Add TMC2209 support (#14249)
This commit is contained in:
@ -861,8 +861,8 @@ void setup() {
|
||||
|
||||
setup_killpin();
|
||||
|
||||
#if HAS_DRIVER(TMC2208)
|
||||
tmc2208_serial_begin();
|
||||
#if HAS_DRIVER(TMC2208) || HAS_DRIVER(TMC2209)
|
||||
tmc_serial_begin();
|
||||
#endif
|
||||
|
||||
setup_powerhold();
|
||||
|
Reference in New Issue
Block a user