0
0
Fork 0
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:
Keith Bennett 2023-03-11 00:08:07 -08:00 committed by GitHub
parent 987923ecb4
commit 3e12934ea0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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