Browse Source

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

vanilla_fb_2.0.x
ellensp 3 years ago
committed by Scott Lahteine
parent
commit
6e1c997a0a
  1. 1
      ini/stm32f1.ini

1
ini/stm32f1.ini

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

Loading…
Cancel
Save