On Fri, 19 Jul 2024 at 10:12, Mikhail Kshevetskiy <[email protected]> wrote: > > Changes: > * enable LEDST_BLINK state unconditionally > * function led_set_period() becomes available when CONFIG_LED_BLINK > is disabled. This makes led code simpler. > * fix cmd/led.c to work properly when LEDST_BLINK present, but > CONFIG_LED_BLINK is disabled > > Signed-off-by: Mikhail Kshevetskiy <[email protected]> > --- > cmd/led.c | 8 -------- > drivers/led/led-uclass.c | 10 +++++----- > include/led.h | 2 -- > 3 files changed, 5 insertions(+), 15 deletions(-) >
Reviewed-by: Simon Glass <[email protected]>

