Skip to content

Commit

Permalink
Separate Neopixel followup (MarlinFirmware#19250)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bacon-Fixation authored and vgadreau committed Dec 9, 2020
1 parent d35ae56 commit 27f7180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/feature/leds/neopixel.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class Marlin_NeoPixel {
#if CONJOINED_NEOPIXEL
adaneo2.show();
#else
TERN_(NEOPIXEL2_SEPARATE,adaneo1.setPin(NEOPIXEL2_PIN));
TERN(NEOPIXEL2_SEPARATE,,adaneo1.setPin(NEOPIXEL2_PIN));
adaneo1.show();
adaneo1.setPin(NEOPIXEL_PIN);
#endif
Expand Down

0 comments on commit 27f7180

Please sign in to comment.