commit | 1654d38da8be215c17de83c4cf36cd578a869bb2 | [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 | cde8c95e062c97c52a093ffaf6fc1c37c530ac3c [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>