X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Ftest%2Fao_micropeak_test.c;fp=src%2Ftest%2Fao_micropeak_test.c;h=f4af707e2bd54b68d873ad168915184001173728;hp=5961bd9309ff700782dd639505d5d78acc32b7a6;hb=013e9ccfbe76dc46e8c69ea314950bed83d9a39f;hpb=31ae24b5da3e198e7555ea3768d3cbdec3a28a5f 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)