diff --git a/src/pixel_stomp_mux.cpp b/src/pixel_stomp_mux.cpp index 96061d0..883aa8c 100644 --- a/src/pixel_stomp_mux.cpp +++ b/src/pixel_stomp_mux.cpp @@ -18,7 +18,7 @@ void PixelStompMux::begin() { delay(100); - FastLED.addLeds(leds, NUM_LEDS); + FastLED.addLeds(leds, NUM_LEDS); FastLED.setMaxPowerInVoltsAndMilliamps(5, 500); FastLED.setBrightness(128); fill_solid(leds, NUM_LEDS, CRGB::Black);