Skip to content

Commit

Permalink
🐛 Fix Anet ET4 SD_SS_PIN (MarlinFirmware#25492)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb authored and EvilGremlin committed Apr 8, 2023
1 parent 2bb41de commit 3683d3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Marlin/src/pins/stm32f4/pins_ANET_ET4.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3683d3d

Please sign in to comment.