Browse Source

🎨 Update SKR V2 pins

Scott Lahteine 4 years ago
parent
commit
9d42755068
1 changed files with 5 additions and 5 deletions
  1. 5
    5
      Marlin/src/pins/stm32f4/pins_BTT_SKR_V2_0_common.h

+ 5
- 5
Marlin/src/pins/stm32f4/pins_BTT_SKR_V2_0_common.h View File

@@ -366,12 +366,12 @@
366 366
 //
367 367
 #if SD_CONNECTION_IS(LCD)
368 368
 
369
-  #define SDSS                              PA4
369
+  #define SDSS                       EXP2_07_PIN
370 370
   #define SD_SS_PIN                         SDSS
371
-  #define SD_SCK_PIN                        PA5
372
-  #define SD_MISO_PIN                       PA6
373
-  #define SD_MOSI_PIN                       PA7
374
-  #define SD_DETECT_PIN                     PC4
371
+  #define SD_SCK_PIN                 EXP2_09_PIN
372
+  #define SD_MISO_PIN                EXP2_10_PIN
373
+  #define SD_MOSI_PIN                EXP2_05_PIN
374
+  #define SD_DETECT_PIN              EXP2_04_PIN
375 375
 
376 376
 #elif SD_CONNECTION_IS(ONBOARD)
377 377
 

Loading…
Cancel
Save