summaryrefslogtreecommitdiff
path: root/src/core/ao_convert_pa_test.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-10-12 13:57:49 -0700
committerKeith Packard <keithp@keithp.com>2012-10-12 13:57:49 -0700
commit175380a436efa35bbfae2ee5e29e12e9ef86fbde (patch)
tree79a0348efd9ce552c3959ca59ce19de6e976b82a /src/core/ao_convert_pa_test.c
parentbe0a28ee7a6fbd98fc8113db8501bb791a112fa0 (diff)
altos: Use alt_t for all Pascal-based altitude data
This allows alt_t to be overridden for systems using the MS5607/MS5611 sensors Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/core/ao_convert_pa_test.c')
-rw-r--r--src/core/ao_convert_pa_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ao_convert_pa_test.c b/src/core/ao_convert_pa_test.c
index 972a4d4c..143ce958 100644
--- a/src/core/ao_convert_pa_test.c
+++ b/src/core/ao_convert_pa_test.c
@@ -17,6 +17,7 @@
#include <stdint.h>
#define AO_CONVERT_TEST
+typedef int32_t alt_t;
#include "ao_host.h"
#include "ao_convert_pa.c"