Update comment to reflect the correct configuration setting

This commit is contained in:
Kuba Birecki 2021-07-09 10:34:40 +02:00
parent 8561cfc34f
commit f31efdab48

View file

@ -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 * Updates the RGB LED matrix according to devicetree's map property.
* to assign correct R,G,B channels.
*/ */
static int is31fl3741_strip_update_rgb(const struct device *dev, struct led_rgb *pixels, static int is31fl3741_strip_update_rgb(const struct device *dev, struct led_rgb *pixels,
size_t num_pixels) { size_t num_pixels) {