diff options
Diffstat (limited to 'docs/drivers')
| -rw-r--r-- | docs/drivers/ws2812.md | 2 |
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 --- -### `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. |