File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ extern "C"
5555 PE_1, // D8 - EXT_D5
5656
5757 // SPI
58- PB_2, // D9 - SS_SD
58+ PB_2, // D9 - SS_SDLCD
5959 PC_4, // D10 - SS_E
6060 PA_7, // D11 - MOSI
6161 PA_6, // D12 - MISO
@@ -120,7 +120,9 @@ extern "C"
120120 PC_14, // D54 - BTN_EN1
121121 PC_15, // D55 - BTN_EN2
122122 PC_13, // D56 - SD_CARD_DET
123- PE_6, // D57 - KILL_PIN
123+
124+ // SD Card Reader
125+ PE_7, // D57 - SS_SD
124126
125127 // Endstops
126128 PB_12, // D58 - X_MIN
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ extern "C"
6565 PE1 , // D8 - EXT_D5
6666
6767 // SPI
68- PB2 , // D9 - SS_SD
68+ PB2 , // D9 - SS_SDLCD
6969 PC4 , // D10 - SS_E
7070 PA7 , // D11 - MOSI
7171 PA6 , // D12 - MISO
@@ -130,7 +130,9 @@ extern "C"
130130 PC14 , // D54 - BTN_EN1
131131 PC15 , // D55 - BTN_EN2
132132 PC13 , // D56 - SD_CARD_DET
133- PE6 , // D57 - KILL_PIN
133+
134+ // SD Card Reader
135+ PE7 , // D57 - SS_SD
134136
135137 // Endstops
136138 PB12 , // D58 - X_MIN
You can’t perform that action at this time.
0 commit comments