Add HAS_TMC220x

This commit is contained in:
Scott Lahteine
2019-07-08 22:59:51 -05:00
committed by Scott Lahteine
parent 9821ec2afd
commit 1a349c7522
17 changed files with 25 additions and 23 deletions

View File

@@ -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