diff options
| author | Ryan | 2023-09-04 02:19:59 +0200 |
|---|---|---|
| committer | GitHub | 2023-09-04 02:19:59 +0200 |
| commit | 41bd4e35a09cc50f45112074d2b776254a3a17f8 (patch) | |
| tree | 9258c5ad40dda232e3b8271942b436bdafa6f115 /drivers/ws2812.h | |
| parent | 1e3095f9cce45fab0a566e692b1ff1c2047cfa08 (diff) | |
Clean up RGB LED type (#21859)
Diffstat (limited to 'drivers/ws2812.h')
| -rw-r--r-- | drivers/ws2812.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ws2812.h b/drivers/ws2812.h index 8750b0110e..1527df23d3 100644 --- a/drivers/ws2812.h +++ b/drivers/ws2812.h @@ -73,4 +73,4 @@ * - Send out the LED data * - Wait 50us to reset the LEDs */ -void ws2812_setleds(LED_TYPE *ledarray, uint16_t number_of_leds); +void ws2812_setleds(rgb_led_t *ledarray, uint16_t number_of_leds); |