Skip to content

Commit 3dd5f70

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 2bf9d99 commit 3dd5f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cores/esp32/esp32-hal-rgb-led.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ void neopixelWrite(uint8_t pin, uint8_t red_val, uint8_t green_val, uint8_t blue
6262
// default WS2812B color order is G, R, B
6363
const int color[3] = {green_val, red_val, blue_val};
6464
#endif
65-
65+
6666
int i = 0;
6767
for (int col = 0; col < 3; col++) {
6868
for (int bit = 0; bit < 8; bit++) {

0 commit comments

Comments
 (0)