File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ void MarlinHAL::init() {
59
59
constexpr int cpuFreq = F_CPU;
60
60
UNUSED (cpuFreq);
61
61
62
- #if HAS_MEDIA && DISABLED(SDIO_SUPPORT ) && PIN_EXISTS(SD_SS)
62
+ #if HAS_MEDIA && DISABLED(ONBOARD_SDIO ) && PIN_EXISTS(SD_SS)
63
63
OUT_WRITE (SD_SS_PIN, HIGH); // Try to set SD_SS_PIN inactive before any other SPI users start up
64
64
#endif
65
65
Original file line number Diff line number Diff line change 168
168
// Must use soft SPI because Marlin's default hardware SPI is tied to LCD's EXP2
169
169
//
170
170
#if SD_CONNECTION_IS (ONBOARD )
171
- #define SDIO_SUPPORT // Use SDIO for onboard SD
171
+ #define ONBOARD_SDIO // Use SDIO for onboard SD
172
172
#define SDIO_D0_PIN PC8
173
173
#define SDIO_D1_PIN PC9
174
174
#define SDIO_D2_PIN PC10
You can’t perform that action at this time.
0 commit comments