Browse Source

🐛 Fix Trigorilla Pro HAL/STM32 build offset (#22761)

ellensp 3 years ago
parent
commit
c9d54bc3f3
No account linked to committer's email address
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      ini/stm32f1.ini

+ 0
- 1
ini/stm32f1.ini View File

@@ -352,7 +352,6 @@ platform             = ${stm32_variant.platform}
352 352
 extends              = stm32_variant
353 353
 board                = genericSTM32F103ZE
354 354
 board_build.variant  = MARLIN_F103Zx
355
-board_build.offset   = 0x7000
356 355
 build_flags          = ${stm32_variant.build_flags}
357 356
                        -DENABLE_HWSERIAL3 -DTIMER_SERIAL=TIM5
358 357
 build_unflags        = ${stm32_variant.build_unflags}

Loading…
Cancel
Save