altos: Remove 8051 address space specifiers
[fw/altos] / src / avr / ao_led.c
index 8eba48981bc75c7d64dbc69793b1a9a4486c5f3a..165e95d36f797be8afab39b41192e6346c17bda7 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "ao.h"
 
 
 #include "ao.h"
 
-__pdata uint8_t ao_led_enable;
+uint8_t ao_led_enable;
 
 #define LED_PORT       PORTB
 #define LED_DDR                DDRB
 
 #define LED_PORT       PORTB
 #define LED_DDR                DDRB
@@ -48,7 +48,7 @@ ao_led_toggle(uint8_t colors)
 }
 
 void
 }
 
 void
-ao_led_for(uint8_t colors, uint16_t ticks) __reentrant
+ao_led_for(uint8_t colors, uint16_t ticks) 
 {
        ao_led_on(colors);
        ao_delay(ticks);
 {
        ao_led_on(colors);
        ao_delay(ticks);