Procházet zdrojové kódy

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

Keith Bennett před 3 roky
rodič
revize
555c749fe2
No account linked to committer's email address

+ 5
- 5
Marlin/src/pins/stm32f1/pins_MKS_ROBIN_E3_common.h Zobrazit soubor

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

Loading…
Zrušit
Uložit