Skip to content
Snippets Groups Projects
Commit 3a6ce428 authored by Adrian Schneider's avatar Adrian Schneider
Browse files

fix: accidental substitute /o\

parent b776a278
No related branches found
No related tags found
No related merge requests found
Pipeline #1332 passed
...@@ -52,7 +52,7 @@ API(API_UART_READ, char epic_uart_read_chr(void)); ...@@ -52,7 +52,7 @@ API(API_UART_READ, char epic_uart_read_chr(void));
/** /**
* Set one of card10's RGB LEDs to a certain color. * Set one of card10's RGB LEDs to a certain color.
* *
* :param led: Which led to set. 0-10 are the leds on the top and 11-14 are the 4 "light_sensor" leds. * :param led: Which led to set. 0-10 are the leds on the top and 11-14 are the 4 "ambient" leds.
* :param r: Red component of the color. * :param r: Red component of the color.
* :param g: Green component of the color. * :param g: Green component of the color.
* :param b: Blue component of the color. * :param b: Blue component of the color.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment