Merge pull request #8094 from thinkyhead/bf2_neopixel_led_parity

[2.0.x] Bring NEOPIXEL_LED into parity with 1.1.x
This commit is contained in:
Scott Lahteine
2017-10-26 17:24:38 -05:00
committed by GitHub
10 changed files with 71 additions and 40 deletions

View File

@@ -792,7 +792,6 @@ void setup() {
#endif
#if ENABLED(NEOPIXEL_LED)
SET_OUTPUT(NEOPIXEL_PIN);
setup_neopixel();
#endif