mirror of
git://soft.sys114.com/klipper
synced 2026-02-04 14:40:36 +09:00
ODROID-C5: change baudrate
Baudrates that are too high will not work with the ODROID-C5. Change-Id: I89c18fa05c3bb10f540c4ab9eec66094e36b8e9d
This commit is contained in:
@@ -70,7 +70,7 @@ def lookup_tmc_uart_mutex(mcu):
|
|||||||
pmutexes.mcu_to_mutex[mcu] = mutex
|
pmutexes.mcu_to_mutex[mcu] = mutex
|
||||||
return mutex
|
return mutex
|
||||||
|
|
||||||
TMC_BAUD_RATE = 40000
|
TMC_BAUD_RATE = 9600
|
||||||
TMC_BAUD_RATE_AVR = 9000
|
TMC_BAUD_RATE_AVR = 9000
|
||||||
|
|
||||||
# Code for sending messages on a TMC uart
|
# Code for sending messages on a TMC uart
|
||||||
|
|||||||
Reference in New Issue
Block a user