Skip to content

Commit

Permalink
🐛 Fix ERYONE Ery32 mini SPI for SD (#27600)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanFaktor authored Jan 12, 2025
1 parent 6eca4bb commit 2e14272
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Marlin/src/pins/stm32f1/pins_ERYONE_ERY32_MINI.h
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
//
#define ENABLE_SPI1
#define SD_DETECT_PIN PA4
#define SCK_PIN PA5
#define MISO_PIN PA6
#define MOSI_PIN PA7
#define SS_PIN PC4
#define SD_SCK_PIN PA5
#define SD_MISO_PIN PA6
#define SD_MOSI_PIN PA7
#define SD_SS_PIN PC4

0 comments on commit 2e14272

Please sign in to comment.