From 2dce02efd54ad4051f1ddb94048696e8677dd225 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 27 Aug 2017 17:04:27 -0700 Subject: [PATCH] altos/test: telemetrum baro data is inverted before being written to eeprom No need for the test code to invert it during replay Signed-off-by: Keith Packard --- src/test/ao_flight_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/ao_flight_test.c b/src/test/ao_flight_test.c index d3d39f2a..65b939c0 100644 --- a/src/test/ao_flight_test.c +++ b/src/test/ao_flight_test.c @@ -72,7 +72,7 @@ struct ao_adc { #define AO_ADC_NUM_SENSE 2 #define HAS_MS5607 1 #define HAS_MMA655X 1 -#define AO_MMA655X_INVERT 1 +#define AO_MMA655X_INVERT 0 #define HAS_BEEP 1 #define AO_CONFIG_MAX_SIZE 1024 -- 2.30.2