From c76fbc4c3f3ac17a4b9db05355b7de2dde63a18a Mon Sep 17 00:00:00 2001 From: retic1337 Date: Tue, 29 Dec 2020 18:00:40 -0800 Subject: [PATCH] Formatting --- app/drivers/led/is31fl3733/is31fl3733.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/drivers/led/is31fl3733/is31fl3733.c b/app/drivers/led/is31fl3733/is31fl3733.c index c0780328..e799b86c 100644 --- a/app/drivers/led/is31fl3733/is31fl3733.c +++ b/app/drivers/led/is31fl3733/is31fl3733.c @@ -20,7 +20,7 @@ * #define blue 255 * #define led 1 * uint8_t RGB[3] = (red, green, blue); - * set_color(device, led, 3, RGB); + * set_color(dev, led, 3, RGB); * * This would set the led in position (SW1,CS1) to the value * of red, the led in position (SW2,CS1) to the value of