Skip to content
Snippets Groups Projects
Commit bc4398ba authored by Daniel Busch's avatar Daniel Busch
Browse files

Make linter happy again

parent 5bbcfaa1
No related branches found
No related tags found
1 merge request!251WS2812 module (aka neopixel)
......@@ -23,7 +23,8 @@ static inline __attribute__((always_inline)) void
epic_ws2812_delay_ticks(uint32_t ticks)
{
counter = ticks;
while (--counter);
while (--counter) {
};
}
static inline __attribute__((always_inline)) void
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment