altos: Fix several mis-specified time types
[fw/altos] / src / lpc / ao_led_lpc.c
index 3a2d4c9886986b72889c50a07c0d13a0ba937cde..46bf0495988dfa82446ab7a49cb8b43cd4cdbc15 100644 (file)
@@ -49,7 +49,7 @@ ao_led_toggle(AO_PORT_TYPE colors)
 }
 
 void
-ao_led_for(AO_PORT_TYPE colors, uint16_t ticks) 
+ao_led_for(AO_PORT_TYPE colors, AO_TICK_TYPE ticks) 
 {
        ao_led_on(colors);
        ao_delay(ticks);