altos: Fix a bunch of time variables to be AO_TICK_TYPE
[fw/altos] / src / stm / ao_beep_stm.c
index 2bcd684909af1fccfe843fd9655dee4e586d53e0..12d2b0b6439eed06dacc5085d2c81a9f205be883 100644 (file)
@@ -148,7 +148,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);