Fix SKR test for ONBOARD SD
This commit is contained in:
parent
0578e9b16e
commit
e3da86fb45
@ -190,7 +190,7 @@
|
||||
// Onboard SD card
|
||||
// NOT compatible with LCD
|
||||
//
|
||||
#if SDCARD_CONNECTION == ONBOARD && !defined(HAS_SPI_LCD)
|
||||
#if SDCARD_CONNECTION == ONBOARD && !HAS_SPI_LCD
|
||||
#define SOFTWARE_SPI // Use soft SPI for onboard SD
|
||||
#define SDSS PA4
|
||||
#define SCK_PIN PA5
|
||||
|
Loading…
Reference in New Issue
Block a user