mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-12-30 03:10:33 -07:00
🐛 Fix ERYONE Ery32 mini SPI for SD (#27600)
This commit is contained in:
parent
6eca4bbab1
commit
2e142725a6
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue