🐛 Fix some BTT SKR2 pins (#22558)

This commit is contained in:
BigTreeTech
2021-08-13 12:26:26 +08:00
committed by Scott Lahteine
parent 65e39116cb
commit 4a7d3a336b
2 changed files with 8 additions and 7 deletions

View File

@ -153,13 +153,6 @@
#define POWER_LOSS_PIN PC15 // PWRDET
#endif
//
// NeoPixel LED
//
#ifndef NEOPIXEL_PIN
#define NEOPIXEL_PIN PE6
#endif
//
// Control pin of driver/heater/fan power supply
//
@ -511,6 +504,13 @@
#endif
#endif
//
// NeoPixel LED
//
#ifndef NEOPIXEL_PIN
#define NEOPIXEL_PIN PE6
#endif
//
// WIFI
//