Browse Source

Correct RAMPS_D8_PIN for Re-ARM

Thomas Moore 7 years ago
parent
commit
b91a822d7a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/pins/pins_RAMPS_RE_ARM.h

+ 1
- 1
Marlin/src/pins/pins_RAMPS_RE_ARM.h View File

@@ -127,7 +127,7 @@
127 127
   #define MOSFET_D_PIN   -1
128 128
 #endif
129 129
 #ifndef RAMPS_D8_PIN
130
-  #define RAMPS_D8_PIN   P2_8
130
+  #define RAMPS_D8_PIN   P2_7
131 131
 #endif
132 132
 #ifndef RAMPS_D9_PIN
133 133
   #define RAMPS_D9_PIN   P2_4

Loading…
Cancel
Save