diff options
Diffstat (limited to 'src/lpc/ao_led_lpc.c')
| -rw-r--r-- | src/lpc/ao_led_lpc.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lpc/ao_led_lpc.c b/src/lpc/ao_led_lpc.c index 2d2c3972..5fc726c0 100644 --- a/src/lpc/ao_led_lpc.c +++ b/src/lpc/ao_led_lpc.c @@ -18,7 +18,7 @@  #include <ao.h> -__pdata AO_PORT_TYPE ao_led_enable; +AO_PORT_TYPE ao_led_enable;  void  ao_led_on(AO_PORT_TYPE colors) @@ -49,7 +49,7 @@ ao_led_toggle(AO_PORT_TYPE colors)  }  void -ao_led_for(AO_PORT_TYPE colors, uint16_t ticks) __reentrant +ao_led_for(AO_PORT_TYPE colors, uint16_t ticks)   {  	ao_led_on(colors);  	ao_delay(ticks);  | 
