Skip to content

Commit

Permalink
🔨 Remove obsolete ON_BOARD_SPI_DEVICE
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Jun 15, 2021
1 parent d12c357 commit 707a040
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Marlin/src/pins/lpc1769/pins_BTT_SKR_E3_TURBO.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 0 additions & 2 deletions Marlin/src/pins/stm32f1/pins_BTT_SKR_CR6.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 707a040

Please sign in to comment.