mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-20 00:22:29 +00:00
🔨 Remove obsolete ON_BOARD_SPI_DEVICE
This commit is contained in:
parent
4eecc20ebc
commit
87344ae7f3
2 changed files with 0 additions and 4 deletions
|
@ -264,5 +264,3 @@
|
||||||
#elif SD_CONNECTION_IS(CUSTOM_CABLE)
|
#elif SD_CONNECTION_IS(CUSTOM_CABLE)
|
||||||
#error "SD CUSTOM_CABLE is not compatible with SKR E3 Turbo."
|
#error "SD CUSTOM_CABLE is not compatible with SKR E3 Turbo."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define ON_BOARD_SPI_DEVICE 1 // SPI1
|
|
||||||
|
|
|
@ -166,8 +166,6 @@
|
||||||
|
|
||||||
#if SD_CONNECTION_IS(ONBOARD)
|
#if SD_CONNECTION_IS(ONBOARD)
|
||||||
#define SD_DETECT_PIN PC4
|
#define SD_DETECT_PIN PC4
|
||||||
|
|
||||||
#define ON_BOARD_SPI_DEVICE 1 // SPI1
|
|
||||||
#define ONBOARD_SD_CS_PIN PA4 // Chip select for "System" SD card
|
#define ONBOARD_SD_CS_PIN PA4 // Chip select for "System" SD card
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue