Skip to content

Commit

Permalink
🐛 Fix MKS Robin E3 NeoPixel pin default (MarlinFirmware#23350)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb authored and AlexColello committed Jan 14, 2022
1 parent 9b41ad9 commit c36a3f5
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 c36a3f5

Please sign in to comment.