commit | 9e628922283834edaec342f335eb9726ab53570e | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <ravi@prevas.dk> | Thu Oct 03 23:27:52 2024 +0200 |
committer | Stefan Roese <sr@denx.de> | Wed Oct 23 06:52:38 2024 +0200 |
tree | 130a3dac630a38d1b9f1d48c29bde786dac7b244 | |
parent | 4457e5c61d825a2673547e4cd60570a77fbcc3cd [diff] |
led: include cyclic.h in led_sw_blink.c This makes use of the cyclic API but relies on implicitly getting the appropriate declarations through some nested include. Include the cyclic.h header directly. Signed-off-by: Rasmus Villemoes <ravi@prevas.dk> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de>