Browse Source

🐛 Fix SD pins for MKS Robin Lite

Scott Lahteine 4 years ago
parent
commit
082c61ebb9
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/src/pins/stm32f1/pins_MKS_ROBIN_LITE.h

+ 2
- 2
Marlin/src/pins/stm32f1/pins_MKS_ROBIN_LITE.h View File

143
 //
143
 //
144
 #define SPI_DEVICE                             2
144
 #define SPI_DEVICE                             2
145
 #define SD_SCK_PIN                          PB13
145
 #define SD_SCK_PIN                          PB13
146
-#define SD_MISO_PIN                         P1B4
147
-#define SD_MOSI_PIN                         P1B5
146
+#define SD_MISO_PIN                         PB14
147
+#define SD_MOSI_PIN                         PB15
148
 #define SD_SS_PIN                           PA15
148
 #define SD_SS_PIN                           PA15

Loading…
Cancel
Save