We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d12c357 commit 707a040Copy full SHA for 707a040
Marlin/src/pins/lpc1769/pins_BTT_SKR_E3_TURBO.h
@@ -264,5 +264,3 @@
264
#elif SD_CONNECTION_IS(CUSTOM_CABLE)
265
#error "SD CUSTOM_CABLE is not compatible with SKR E3 Turbo."
266
#endif
267
-
268
-#define ON_BOARD_SPI_DEVICE 1 // SPI1
Marlin/src/pins/stm32f1/pins_BTT_SKR_CR6.h
@@ -166,8 +166,6 @@
166
167
#if SD_CONNECTION_IS(ONBOARD)
168
#define SD_DETECT_PIN PC4
169
170
- #define ON_BOARD_SPI_DEVICE 1 // SPI1
171
#define ONBOARD_SD_CS_PIN PA4 // Chip select for "System" SD card
172
173
0 commit comments