mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-19 08:08:25 +00:00
🐛 Fix Anet ET4 SD_SS_PIN (#25492)
This commit is contained in:
parent
987923ecb4
commit
3e12934ea0
1 changed files with 1 additions and 0 deletions
|
@ -206,6 +206,7 @@
|
|||
#if DISABLED(SDIO_SUPPORT)
|
||||
#define SOFTWARE_SPI
|
||||
#define SDSS PC11
|
||||
#define SD_SS_PIN SDSS
|
||||
#define SD_SCK_PIN PC12
|
||||
#define SD_MISO_PIN PC8
|
||||
#define SD_MOSI_PIN PD2
|
||||
|
|
Loading…
Reference in a new issue