Skip to content

Commit

Permalink
Avoid mini12864 neopixel redefine warning
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtreetech committed Nov 4, 2021
1 parent 7a2f07f commit d5c6e4f
Show file tree
Hide file tree
Showing 2 changed files with 431 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Marlin/src/pins/stm32f4/pins_BTT_OCTOPUS_V1_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -168,13 +168,6 @@
#define POWER_LOSS_PIN PC0 // PWRDET
#endif

//
// NeoPixel LED
//
#ifndef NEOPIXEL_PIN
#define NEOPIXEL_PIN PB0
#endif

//
// Steppers
//
Expand Down Expand Up @@ -524,6 +517,13 @@
#define BTN_ENC EXP1_09_PIN
#endif

//
// NeoPixel LED
//
#ifndef NEOPIXEL_PIN
#define NEOPIXEL_PIN PB0
#endif

//
// WIFI
//
Expand Down
Loading

0 comments on commit d5c6e4f

Please sign in to comment.