Skip to content

Commit

Permalink
📌 TH3D EZBoard SD_DETECT_PIN 27
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed May 17, 2023
1 parent 876f996 commit a0fd588
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Marlin/src/inc/Conditionals_post.h
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@
*/
#if ENABLED(SDSUPPORT)

#if HAS_SD_HOST_DRIVE && SD_CONNECTION_IS(ONBOARD)
#if HAS_SD_HOST_DRIVE && SD_CONNECTION_IS(ONBOARD) && DISABLED(KEEP_SD_DETECT)
//
// The external SD card is not used. Hardware SPI is used to access the card.
// When sharing the SD card with a PC we want the menu options to
Expand Down
2 changes: 1 addition & 1 deletion Marlin/src/pins/lpc1769/pins_TH3D_EZBOARD.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@

#define SDCARD_CONNECTION ONBOARD

//#define SD_DETECT_PIN P0_25 // SD_CD
#define SD_DETECT_PIN P0_27 // SD_CD
#define SD_SCK_PIN P0_07
#define SD_MISO_PIN P0_08
#define SD_MOSI_PIN P0_09
Expand Down

0 comments on commit a0fd588

Please sign in to comment.