Add HAS_TMC220x
This commit is contained in:
committed by
Scott Lahteine
parent
9821ec2afd
commit
1a349c7522
@@ -309,7 +309,7 @@
|
||||
//
|
||||
// TMC2208/2209 Driver objects and inits
|
||||
//
|
||||
#if HAS_DRIVER(TMC2208) || HAS_DRIVER(TMC2209)
|
||||
#if HAS_TMC220x
|
||||
#if AXIS_HAS_UART(X)
|
||||
#ifdef X_HARDWARE_SERIAL
|
||||
TMC_UART_DEFINE(HW, X, X);
|
||||
|
@@ -69,7 +69,7 @@
|
||||
|
||||
static constexpr chopper_timing_t chopper_timing = CHOPPER_TIMING;
|
||||
|
||||
#if HAS_DRIVER(TMC2208) || HAS_DRIVER(TMC2209)
|
||||
#if HAS_TMC220x
|
||||
void tmc_serial_begin();
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user