Fix SKR onboard TF card CS pin (#13272)

This commit is contained in:
Msq001
2019-03-01 09:41:19 +08:00
committed by Scott Lahteine
parent 7fde3ed915
commit 5b7ad3a5a0
2 changed files with 5 additions and 14 deletions

View File

@@ -137,7 +137,7 @@
#define SCK_PIN P0_07
#define MISO_PIN P0_08
#define MOSI_PIN P0_09
#define SS_PIN P1_23 // Chip select for SD card used by Marlin
#define SS_PIN P0_06 // Chip select for SD card used by Marlin
#define ONBOARD_SD_CS P0_06 // Chip select for "System" SD card
#endif