1
0
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:
Scott Lahteine 2021-07-14 02:14:55 -05:00
parent 7f5c9d273e
commit 082c61ebb9

View File

@ -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