Shared SPI sanity check (#16581)
This commit is contained in:
committed by
Scott Lahteine
parent
6d1f6a9516
commit
e94f782f51
@ -99,3 +99,5 @@
|
||||
#define MISO_PIN 19
|
||||
#define SCK_PIN 18
|
||||
#define SDSS 5
|
||||
#define USES_SHARED_SPI // SPI is shared by SD card with TMC SPI drivers
|
||||
|
||||
|
@ -118,6 +118,7 @@
|
||||
#define MISO_PIN 19
|
||||
#define SCK_PIN 18
|
||||
#define SDSS 5
|
||||
#define USES_SHARED_SPI // SPI is shared by SD card with TMC SPI drivers
|
||||
|
||||
//////////////////////////
|
||||
// LCDs and Controllers //
|
||||
|
Reference in New Issue
Block a user