mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
addf7f1a4c
rgbled: Fixes led issues caused by uninitialized memory with CONFIG_RGBLED_MULTICHAN. The uninitialized pwm_info_s struct caused a rogue channel to be started causing errros in the pwm driver Approved-by: Gregory Nutt <gnutt@nuttx.org>