Make some functions reentrant to save DSEG space
[fw/altos] / ao_led.c
index f2bc179adfc21663a10d62f984ee5a7f25baeccd..1268ff6952cef8a4a95084214165f986917c5f38 100644 (file)
--- 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);