Skip to content

Commit 406ff9a

Browse files
mks-vivamh-dm
authored andcommitted
🐛 Fix MKS Monster8 EEPROM issue (serial timer) (MarlinFirmware#22777)
1 parent fff56a3 commit 406ff9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ini/stm32f4.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ board_build.offset = 0xC000
422422
board_upload.offset_address = 0x0800C000
423423
board_build.rename = mks_monster8.bin
424424
build_flags = ${stm32_variant.build_flags} ${stm32f4_I2C1_CAN.build_flags}
425-
-DHAL_PCD_MODULE_ENABLED
425+
-DHAL_PCD_MODULE_ENABLED -DTIMER_SERIAL=TIM4
426426
debug_tool = jlink
427427
upload_protocol = jlink
428428

0 commit comments

Comments
 (0)