Fix small typo in WS2812 driver doc (#25928)

`ws812` -> `ws2812`
This commit is contained in:
Ed Flanagan 2026-01-03 14:18:41 -06:00 committed by GitHub
parent 91a9f9e492
commit 8c035c2116
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -292,7 +292,7 @@ Set the color of a single LED. This function does not immediately update the LED
---
### `void ws812_set_color_all(uint8_t red, uint8_t green, uint8_t blue)` {#api-ws2812-set-color-all}
### `void ws2812_set_color_all(uint8_t red, uint8_t green, uint8_t blue)` {#api-ws2812-set-color-all}
Set the color of all LEDs.