Skip to content

st3m: leds: Fix the gamma table being set to 1 at index 0 in st3m_leds_set_gamma

Phileas requested to merge gamma0 into main

There was a check, but it was completely ineffective. The table is initialized to 0 at index 0, so just leave it intact.

Merge request reports