0
0
Fork 0
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:
Keith Bennett 2023-03-11 00:08:07 -08:00 committed by Scott Lahteine
parent 3ec5d6da6e
commit 176ecf4f82

View file

@ -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