Skip to content

Commit 27f7180

Browse files
Bacon-Fixationvgadreau
authored andcommitted
Separate Neopixel followup (MarlinFirmware#19250)
1 parent d35ae56 commit 27f7180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marlin/src/feature/leds/neopixel.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class Marlin_NeoPixel {
110110
#if CONJOINED_NEOPIXEL
111111
adaneo2.show();
112112
#else
113-
TERN_(NEOPIXEL2_SEPARATE,adaneo1.setPin(NEOPIXEL2_PIN));
113+
TERN(NEOPIXEL2_SEPARATE,,adaneo1.setPin(NEOPIXEL2_PIN));
114114
adaneo1.show();
115115
adaneo1.setPin(NEOPIXEL_PIN);
116116
#endif

0 commit comments

Comments
 (0)