missing semi

This commit is contained in:
Jake Hillion 2020-04-26 20:13:00 +01:00
parent 87cda5de60
commit 44faa12c83

View File

@ -62,7 +62,7 @@ void nextLed() {
leds[strip][i] = color; leds[strip][i] = color;
} }
led++ led++;
rgb = hex = 0; rgb = hex = 0;
} }