altos: Switch all tick variables to AO_TICK_TYPE/AO_TICK_SIGNED
[fw/altos] / src / kernel / ao_flight.h
index c66860d0f4790266eb85d1b3ce8bf4832bb1de82..bc74bf9c7d9366ea03dc951d42295abc2eee80f4 100644 (file)
@@ -39,8 +39,8 @@ enum ao_flight_state {
 };
 
 extern enum ao_flight_state    ao_flight_state;
-extern uint16_t                        ao_boost_tick;
-extern uint16_t                        ao_launch_tick;
+extern AO_TICK_TYPE            ao_boost_tick;
+extern AO_TICK_TYPE            ao_launch_tick;
 extern uint16_t                        ao_motor_number;
 
 extern uint16_t                        ao_launch_time;