Add support for TMC2660 (#11998)

This commit is contained in:
teemuatlut
2018-10-07 01:18:10 +03:00
committed by Scott Lahteine
parent cf0b9eb37c
commit c447d75916
11 changed files with 278 additions and 62 deletions

View File

@ -739,7 +739,7 @@ void setup() {
SERIAL_PROTOCOLLNPGM("start");
SERIAL_ECHO_START();
#if HAS_DRIVER(TMC2130)
#if TMC_HAS_SPI
#if DISABLED(TMC_USE_SW_SPI)
SPI.begin();
#endif