X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Ftest%2Fao_micropeak_test.c;h=f4af707e2bd54b68d873ad168915184001173728;hb=4828be0ca5252ac9cd6061209385dcd6c4c57965;hp=5961bd9309ff700782dd639505d5d78acc32b7a6;hpb=0e982294961205bef525ecad7172a1f3ab66677f;p=fw%2Faltos diff --git a/src/test/ao_micropeak_test.c b/src/test/ao_micropeak_test.c index 5961bd93..f4af707e 100644 --- a/src/test/ao_micropeak_test.c +++ b/src/test/ao_micropeak_test.c @@ -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)