mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-19 16:16:13 +00:00
🐛 Fix MKS Robin E3 NeoPixel pin default (#23350)
This commit is contained in:
parent
a47f559db1
commit
555c749fe2
1 changed files with 5 additions and 5 deletions
|
@ -64,11 +64,6 @@
|
|||
#define Z_MIN_PROBE_PIN PB1
|
||||
#endif
|
||||
|
||||
// LED driving pin
|
||||
#ifndef NEOPIXEL_PIN
|
||||
#define NEOPIXEL_PIN PA2
|
||||
#endif
|
||||
|
||||
//
|
||||
// Steppers
|
||||
//
|
||||
|
@ -245,6 +240,11 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// LED driving pin
|
||||
#ifndef NEOPIXEL_PIN
|
||||
#define NEOPIXEL_PIN PA2
|
||||
#endif
|
||||
|
||||
//
|
||||
// SD Card
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue