Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
[fw/altos] / src / drivers / ao_pca9922.c
index 91d62026712deb1f7f7b6a8e3866ea52e2c9c106..9830791e51b56187f895e16759ab952c05d04535 100644 (file)
@@ -93,7 +93,7 @@ ao_led_toggle(uint8_t colors)
 }
 
 void
-ao_led_for(uint8_t colors, uint16_t ticks) 
+ao_led_for(uint8_t colors, AO_TICK_TYPE ticks) 
 {
        ao_led_on(colors);
        ao_delay(ticks);