Treat TMC2660 like non-TMC (#11508)

This commit is contained in:
Scott Lahteine
2018-08-10 00:30:28 -05:00
committed by GitHub
parent 42ffa58e35
commit b328fb4dc9
2 changed files with 6 additions and 6 deletions

View File

@@ -63,7 +63,7 @@
// Test for supported TMC drivers that require advanced configuration
// Does not match standalone configurations
#define HAS_TRINAMIC ( HAS_DRIVER(TMC2130) || HAS_DRIVER(TMC2208) || HAS_DRIVER(TMC2660) )
#define HAS_TRINAMIC (HAS_DRIVER(TMC2130) || HAS_DRIVER(TMC2208))
#define AXIS_IS_TMC(A) ( AXIS_DRIVER_TYPE_##A(TMC2130) || \
AXIS_DRIVER_TYPE_##A(TMC2208) || \