Update comment to reflect the correct configuration setting
This commit is contained in:
parent
8561cfc34f
commit
f31efdab48
1 changed files with 1 additions and 2 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue