Browse Source

🐛 Fix MKS Robin E3 NeoPixel pin default (#23350)

Keith Bennett 3 years ago
parent
commit
555c749fe2
No account linked to committer's email address
1 changed files with 5 additions and 5 deletions
  1. 5
    5
      Marlin/src/pins/stm32f1/pins_MKS_ROBIN_E3_common.h

+ 5
- 5
Marlin/src/pins/stm32f1/pins_MKS_ROBIN_E3_common.h View File

64
   #define Z_MIN_PROBE_PIN                   PB1
64
   #define Z_MIN_PROBE_PIN                   PB1
65
 #endif
65
 #endif
66
 
66
 
67
-// LED driving pin
68
-#ifndef NEOPIXEL_PIN
69
-  #define NEOPIXEL_PIN                      PA2
70
-#endif
71
-
72
 //
67
 //
73
 // Steppers
68
 // Steppers
74
 //
69
 //
245
   #endif
240
   #endif
246
 #endif
241
 #endif
247
 
242
 
243
+// LED driving pin
244
+#ifndef NEOPIXEL_PIN
245
+  #define NEOPIXEL_PIN                      PA2
246
+#endif
247
+
248
 //
248
 //
249
 // SD Card
249
 // SD Card
250
 //
250
 //

Loading…
Cancel
Save