altos: Fix a bunch of time variables to be AO_TICK_TYPE
[fw/altos] / src / lpc / ao_beep_lpc.c
index eab86ee644ebe44b92e6deee77828dc5809bc661..ab06ef48776be45260add4fe20242114b1ba5f6c 100644 (file)
@@ -59,7 +59,7 @@ ao_beep(uint8_t beep)
 }
 
 void
-ao_beep_for(uint8_t beep, uint16_t ticks) 
+ao_beep_for(uint8_t beep, AO_TICK_TYPE ticks) 
 {
        ao_beep(beep);
        ao_delay(ticks);