altos: Switch all tick variables to AO_TICK_TYPE/AO_TICK_SIGNED
[fw/altos] / src / kernel / ao_tracker.c
index 0f2491031e8e2d0de8774e2ba1ab96f4d70e9b47..b7e634656285a2b823c9ff6cb088fbe4c81c5736 100644 (file)
@@ -63,7 +63,7 @@ ao_tracker(void)
        uint8_t new;
        int32_t ground_distance;
        int16_t height;
-       uint16_t gps_tick;
+       AO_TICK_TYPE gps_tick;
        uint8_t new_tracker_running;
 
 #if HAS_ADC