Skip to content

Commit

Permalink
🐛 Fix SD pins for MKS Robin Lite
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Jul 17, 2021
1 parent bc459a7 commit b1c5afa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Marlin/src/pins/stm32f1/pins_MKS_ROBIN_LITE.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b1c5afa

Please sign in to comment.