Skip to content

Commit 1ba8e38

Browse files
authored
Merge pull request #497 from Deadolus/patch-1
Correcting designator order in main.c
2 parents 9be313f + 920bb74 commit 1ba8e38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,16 @@ ws2811_t ledstring =
8282
[0] =
8383
{
8484
.gpionum = GPIO_PIN,
85-
.count = LED_COUNT,
8685
.invert = 0,
87-
.brightness = 255,
86+
.count = LED_COUNT,
8887
.strip_type = STRIP_TYPE,
88+
.brightness = 255,
8989
},
9090
[1] =
9191
{
9292
.gpionum = 0,
93-
.count = 0,
9493
.invert = 0,
94+
.count = 0,
9595
.brightness = 0,
9696
},
9797
},

0 commit comments

Comments
 (0)