From 3a6ce428381dc0e6edf043964dedb014465e05cc Mon Sep 17 00:00:00 2001 From: Adrian Schneider <adrian.schneider@abusix.com> Date: Sat, 20 Jul 2019 00:24:26 +0200 Subject: [PATCH] fix: accidental substitute /o\ --- epicardium/epicardium.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epicardium/epicardium.h b/epicardium/epicardium.h index 8d6f35e1..71a76d22 100644 --- a/epicardium/epicardium.h +++ b/epicardium/epicardium.h @@ -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. * - * :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 g: Green component of the color. * :param b: Blue component of the color. -- GitLab