Home
last modified time | relevance | path

Searched refs:led_cntr (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/
Dreel_board.c530 static int led_cntr; in led_timeout() local
539 if (led_cntr >= (ARRAY_SIZE(leds) * 5)) { in led_timeout()
540 led_cntr = 0; in led_timeout()
545 i = led_cntr++ % ARRAY_SIZE(leds); in led_timeout()