Skip to content

Commit 891d9fb

Browse files
authored
Merge pull request #350 from hasenbanck/remram-v13
Change variant RemRam for final design (v1.3)
2 parents 19eaae6 + e971088 commit 891d9fb

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

variants/REMRAM_V1/variant.cpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

variants/REMRAM_V1/variant.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)