mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-27 13:56:24 +00:00
🐛 Fix SD pins for MKS Robin Lite
This commit is contained in:
parent
7f5c9d273e
commit
082c61ebb9
@ -143,6 +143,6 @@
|
||||
//
|
||||
#define SPI_DEVICE 2
|
||||
#define SD_SCK_PIN PB13
|
||||
#define SD_MISO_PIN P1B4
|
||||
#define SD_MOSI_PIN P1B5
|
||||
#define SD_MISO_PIN PB14
|
||||
#define SD_MOSI_PIN PB15
|
||||
#define SD_SS_PIN PA15
|
||||
|
Loading…
Reference in New Issue
Block a user