Skip to content

Commit

Permalink
fix: #5428 introduced LED type specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeerick committed Aug 18, 2024
1 parent 3f4d77e commit 79102ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radio/src/targets/horus/board.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ void boardInit()
hapticInit();

#if defined(LED_STRIP_GPIO)
ws2812_init(&_led_timer, LED_STRIP_LENGTH);
ws2812_init(&_led_timer, LED_STRIP_LENGTH, WS2812_GRB);
ledStripOff();
#endif

Expand Down

0 comments on commit 79102ed

Please sign in to comment.