mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-23 12:04:19 +00:00
🐛 Fix Trigorilla Pro HAL/STM32 build offset (#22761)
This commit is contained in:
parent
3a457c9d13
commit
c9d54bc3f3
@ -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…
Reference in New Issue
Block a user