Skip to content

Commit 8fd527a

Browse files
committed
added missing line break
1 parent 5fd4726 commit 8fd527a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/NonAddressable/NonAddressable.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ void set4PinLEDs(const CRGB& color) {
4949
analogWrite(RED_PIN, color.r);
5050
analogWrite(GREEN_PIN, color.g);
5151
analogWrite(BLUE_PIN, color.b);
52-
}
52+
}

0 commit comments

Comments
 (0)