Browse Source

[2.0.x] Fix archim2 SSDS define (#8278)

* Fix SSDS define

* Update pins_ARCHIM2.h
Jason Hitesman 7 years ago
parent
commit
4efaef7039
1 changed files with 7 additions and 1 deletions
  1. 7
    1
      Marlin/src/pins/pins_ARCHIM2.h

+ 7
- 1
Marlin/src/pins/pins_ARCHIM2.h View File

@@ -112,6 +112,13 @@
112 112
 #define HEATER_2_PIN        8   // D8 PC22 FET_PWM5
113 113
 #define HEATER_BED_PIN      9   // D9 PC21 BED_PWM
114 114
 
115
+
116
+//
117
+// Misc. Functions
118
+//
119
+#define SDSS               87   // D87 PA29 CS
120
+
121
+
115 122
 //////////////////////////
116 123
 // LCDs and Controllers //
117 124
 //////////////////////////
@@ -127,7 +134,6 @@
127 134
     #define LCD_PINS_D7    34   // D34 PC2_PWML0
128 135
 
129 136
     #define SD_DETECT_PIN   2   // D2  PB25_TIOA0
130
-    #define SDSS           87   // D87 PA29 CS
131 137
 
132 138
     // Buttons on AUX-2
133 139
     #define BTN_EN1        60   // D60 PA3_TIOB1

Loading…
Cancel
Save