From f31efdab48302c5c2f7a366377502874d40940e4 Mon Sep 17 00:00:00 2001 From: Kuba Birecki Date: Fri, 9 Jul 2021 10:34:40 +0200 Subject: [PATCH] Update comment to reflect the correct configuration setting --- app/drivers/led_strip/is31fl3741/is31fl3741.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/drivers/led_strip/is31fl3741/is31fl3741.c b/app/drivers/led_strip/is31fl3741/is31fl3741.c index 590874a6..23b2afb6 100644 --- a/app/drivers/led_strip/is31fl3741/is31fl3741.c +++ b/app/drivers/led_strip/is31fl3741/is31fl3741.c @@ -128,8 +128,7 @@ static int is31fl3741_strip_update_channels(const struct device *dev, uint8_t *c } /* - * Updates the RGB LED matrix using cs-order devicetree property - * to assign correct R,G,B channels. + * Updates the RGB LED matrix according to devicetree's map property. */ static int is31fl3741_strip_update_rgb(const struct device *dev, struct led_rgb *pixels, size_t num_pixels) {