Skip to content

Commit

Permalink
Merge pull request #497 from Deadolus/patch-1
Browse files Browse the repository at this point in the history
Correcting designator order in main.c
  • Loading branch information
Gadgetoid authored Jun 27, 2022
2 parents 9be313f + 920bb74 commit 1ba8e38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,16 @@ ws2811_t ledstring =
[0] =
{
.gpionum = GPIO_PIN,
.count = LED_COUNT,
.invert = 0,
.brightness = 255,
.count = LED_COUNT,
.strip_type = STRIP_TYPE,
.brightness = 255,
},
[1] =
{
.gpionum = 0,
.count = 0,
.invert = 0,
.count = 0,
.brightness = 0,
},
},
Expand Down

0 comments on commit 1ba8e38

Please sign in to comment.