altos: Use 32-bits for flight state data (alt/speed/accel)
[fw/altos] / src / test / ao_micropeak_test.c
index 5961bd9309ff700782dd639505d5d78acc32b7a6..f4af707e2bd54b68d873ad168915184001173728 100644 (file)
@@ -33,6 +33,7 @@ uint8_t ao_flight_debug;
 #define AO_FLIGHT_TEST
 
 typedef int32_t alt_t;
+typedef int32_t pres_t;
 
 #define AO_MS_TO_TICKS(ms)     ((ms) / 10)