diff options
Diffstat (limited to 'src/test/ao_micropeak_test.c')
-rw-r--r-- | src/test/ao_micropeak_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) |