altos: Remove 8051 address space specifiers
[fw/altos] / src / kernel / ao_led.h
index 7de092373e9e943fda8a5ed9805bd71ae65743a0..803f85b3d9b652ab5a88f4b3cf298990b7fe5ee6 100644 (file)
@@ -51,7 +51,7 @@ ao_led_toggle(AO_LED_TYPE colors);
 
 /* Turn on the specified LEDs for the indicated interval */
 void
-ao_led_for(AO_LED_TYPE colors, uint16_t ticks) __reentrant;
+ao_led_for(AO_LED_TYPE colors, uint16_t ticks);
 
 /* Initialize the LEDs */
 void