X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=ao_led.c;h=1268ff6952cef8a4a95084214165f986917c5f38;hp=f2bc179adfc21663a10d62f984ee5a7f25baeccd;hb=4a050704ad2c497e9f1b0988334228b0bbc4c170;hpb=6b3d25a6d6d7847765eb03b836913dd5ecef2993;ds=sidebyside diff --git a/ao_led.c b/ao_led.c index f2bc179a..1268ff69 100644 --- a/ao_led.c +++ b/ao_led.c @@ -36,7 +36,7 @@ ao_led_set(uint8_t colors) } void -ao_led_for(uint8_t colors, uint16_t ticks) +ao_led_for(uint8_t colors, uint16_t ticks) __reentrant { ao_led_on(colors); ao_delay(ticks);