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
 extends              = stm32_variant
352
 extends              = stm32_variant
353
 board                = genericSTM32F103ZE
353
 board                = genericSTM32F103ZE
354
 board_build.variant  = MARLIN_F103Zx
354
 board_build.variant  = MARLIN_F103Zx
355
-board_build.offset   = 0x7000
356
 build_flags          = ${stm32_variant.build_flags}
355
 build_flags          = ${stm32_variant.build_flags}
357
                        -DENABLE_HWSERIAL3 -DTIMER_SERIAL=TIM5
356
                        -DENABLE_HWSERIAL3 -DTIMER_SERIAL=TIM5
358
 build_unflags        = ${stm32_variant.build_unflags}
357
 build_unflags        = ${stm32_variant.build_unflags}

Loading…
Cancel
Save