🔨 Remove obsolete ON_BOARD_SPI_DEVICE

This commit is contained in:
Scott Lahteine 2021-06-12 11:40:35 -05:00
parent d12c357793
commit 707a04022e
2 changed files with 0 additions and 4 deletions

View File

@ -264,5 +264,3 @@
#elif SD_CONNECTION_IS(CUSTOM_CABLE)
#error "SD CUSTOM_CABLE is not compatible with SKR E3 Turbo."
#endif
#define ON_BOARD_SPI_DEVICE 1 // SPI1

View File

@ -166,8 +166,6 @@
#if SD_CONNECTION_IS(ONBOARD)
#define SD_DETECT_PIN PC4
#define ON_BOARD_SPI_DEVICE 1 // SPI1
#define ONBOARD_SD_CS_PIN PA4 // Chip select for "System" SD card
#endif