mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-03-15 10:46:18 +00:00
🐛 Fix Anet ET4 SD_SS_PIN (#25492)
This commit is contained in:
parent
3ec5d6da6e
commit
176ecf4f82
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…
Add table
Reference in a new issue