commit 8c035c2116c0ff2617a6aba996c3b6a9c977e19e parent 91a9f9e49263dbb04a0c54a2664d5115623009aa Author: Ed Flanagan <ed@flanagan.xyz> Date: Sat, 3 Jan 2026 14:18:41 -0600 Fix small typo in WS2812 driver doc (#25928) `ws812` -> `ws2812` Diffstat:
| M | docs/drivers/ws2812.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/drivers/ws2812.md b/docs/drivers/ws2812.md @@ -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.