Skip to content

Commit 7df503d

Browse files
committed
🩹 Fix FLY D5 / D7 serial for TMC2208
See MarlinFirmware/TMCStepper#5
1 parent 098e096 commit 7df503d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ini/stm32f0.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ platform_packages = [email protected]
6262
6363
6464
build_flags = ${stm32_variant.build_flags}
65-
-DTIMER_SERIAL=TIM2
65+
-DTIMER_SERIAL=TIM2 -DTMC2208_BAUDRATE=9600
6666
upload_protocol = stlink
6767

6868
#
@@ -77,5 +77,5 @@ platform_packages = [email protected]
7777
7878
7979
build_flags = ${stm32_variant.build_flags}
80-
-DTIMER_SERIAL=TIM2
80+
-DTIMER_SERIAL=TIM2 -DTMC2208_BAUDRATE=9600
8181
upload_protocol = dfu

0 commit comments

Comments
 (0)