Skip to content

Commit

Permalink
πŸ› Fix MKS Robin E3 NeoPixel pin default (#23350)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb authored and thinkyhead committed Dec 26, 2021
1 parent 06f36dc commit 9b13ae2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Marlin/src/pins/stm32f1/pins_MKS_ROBIN_E3_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@
#define Z_MIN_PROBE_PIN PB1
#endif

// LED driving pin
#ifndef NEOPIXEL_PIN
#define NEOPIXEL_PIN PA2
#endif

//
// Steppers
//
Expand Down Expand Up @@ -245,6 +240,11 @@
#endif
#endif

// LED driving pin
#ifndef NEOPIXEL_PIN
#define NEOPIXEL_PIN PA2
#endif

//
// SD Card
//
Expand Down

0 comments on commit 9b13ae2

Please sign in to comment.