mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-19 04:37:49 -06:00
🐛 Fix MKS Monster8 EEPROM issue (serial timer) (#22777)
This commit is contained in:
parent
8235ae9cc0
commit
a1e1555ea1
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ board_build.offset = 0xC000
|
||||||
board_upload.offset_address = 0x0800C000
|
board_upload.offset_address = 0x0800C000
|
||||||
board_build.rename = mks_monster8.bin
|
board_build.rename = mks_monster8.bin
|
||||||
build_flags = ${stm32_variant.build_flags} ${stm32f4_I2C1_CAN.build_flags}
|
build_flags = ${stm32_variant.build_flags} ${stm32f4_I2C1_CAN.build_flags}
|
||||||
-DHAL_PCD_MODULE_ENABLED
|
-DHAL_PCD_MODULE_ENABLED -DTIMER_SERIAL=TIM4
|
||||||
debug_tool = jlink
|
debug_tool = jlink
|
||||||
upload_protocol = jlink
|
upload_protocol = jlink
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue