File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ extern "C"
55
55
PE_1, // D8 - EXT_D5
56
56
57
57
// SPI
58
- PB_2, // D9 - SS_SD
58
+ PB_2, // D9 - SS_SDLCD
59
59
PC_4, // D10 - SS_E
60
60
PA_7, // D11 - MOSI
61
61
PA_6, // D12 - MISO
@@ -120,7 +120,9 @@ extern "C"
120
120
PC_14, // D54 - BTN_EN1
121
121
PC_15, // D55 - BTN_EN2
122
122
PC_13, // D56 - SD_CARD_DET
123
- PE_6, // D57 - KILL_PIN
123
+
124
+ // SD Card Reader
125
+ PE_7, // D57 - SS_SD
124
126
125
127
// Endstops
126
128
PB_12, // D58 - X_MIN
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ extern "C"
65
65
PE1 , // D8 - EXT_D5
66
66
67
67
// SPI
68
- PB2 , // D9 - SS_SD
68
+ PB2 , // D9 - SS_SDLCD
69
69
PC4 , // D10 - SS_E
70
70
PA7 , // D11 - MOSI
71
71
PA6 , // D12 - MISO
@@ -130,7 +130,9 @@ extern "C"
130
130
PC14 , // D54 - BTN_EN1
131
131
PC15 , // D55 - BTN_EN2
132
132
PC13 , // D56 - SD_CARD_DET
133
- PE6 , // D57 - KILL_PIN
133
+
134
+ // SD Card Reader
135
+ PE7 , // D57 - SS_SD
134
136
135
137
// Endstops
136
138
PB12 , // D58 - X_MIN
You can’t perform that action at this time.
0 commit comments