mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-17 06:48:05 +00:00
🐛 Fix SDSUPPORT for SKR CR-6 (#22668)
Co-authored-by: Sebastiaan Dammann <sebastiaandammann@outlook.com>
This commit is contained in:
parent
4b4de71304
commit
f721c44c22
1 changed files with 1 additions and 0 deletions
|
@ -165,6 +165,7 @@
|
|||
#if SD_CONNECTION_IS(ONBOARD)
|
||||
#define SD_DETECT_PIN PC4
|
||||
#define ONBOARD_SD_CS_PIN PA4 // Chip select for "System" SD card
|
||||
#define SDSS ONBOARD_SD_CS_PIN
|
||||
#endif
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue