🐛 Fix MKS Robin E3 NeoPixel pin default (#23350)
This commit is contained in:
parent
06f36dc746
commit
9b13ae2399
@ -64,11 +64,6 @@
|
|||||||
#define Z_MIN_PROBE_PIN PB1
|
#define Z_MIN_PROBE_PIN PB1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// LED driving pin
|
|
||||||
#ifndef NEOPIXEL_PIN
|
|
||||||
#define NEOPIXEL_PIN PA2
|
|
||||||
#endif
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Steppers
|
// Steppers
|
||||||
//
|
//
|
||||||
@ -245,6 +240,11 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// LED driving pin
|
||||||
|
#ifndef NEOPIXEL_PIN
|
||||||
|
#define NEOPIXEL_PIN PA2
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// SD Card
|
// SD Card
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user