소스 검색

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

Keith Bennett 3 년 전
부모
커밋
555c749fe2
No account linked to committer's email address
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  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 파일 보기

@@ -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…
취소
저장