summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEd Flanagan <ed@flanagan.xyz>2026-01-03 14:18:41 -0600
committerGitHub <noreply@github.com>2026-01-03 20:18:41 +0000
commit8c035c2116c0ff2617a6aba996c3b6a9c977e19e (patch)
tree56c8eb3ae471fc296a7e825a7ef69a171f1b4f11 /docs
parent91a9f9e49263dbb04a0c54a2664d5115623009aa (diff)
Fix small typo in WS2812 driver doc (#25928)
`ws812` -> `ws2812`
Diffstat (limited to 'docs')
-rw-r--r--docs/drivers/ws2812.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/drivers/ws2812.md b/docs/drivers/ws2812.md
index 0c26ec6248..1d70113897 100644
--- 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
292 292
293--- 293---
294 294
295### `void ws812_set_color_all(uint8_t red, uint8_t green, uint8_t blue)` {#api-ws2812-set-color-all} 295### `void ws2812_set_color_all(uint8_t red, uint8_t green, uint8_t blue)` {#api-ws2812-set-color-all}
296 296
297Set the color of all LEDs. 297Set the color of all LEDs.
298 298