summaryrefslogtreecommitdiff
path: root/src/test/ao_flight_test.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2017-08-27 17:04:27 -0700
committerKeith Packard <keithp@keithp.com>2017-08-27 17:40:53 -0700
commit2dce02efd54ad4051f1ddb94048696e8677dd225 (patch)
tree270806578f0d139c1a14ed6dd58a30813660aa00 /src/test/ao_flight_test.c
parentea6fe21d78744d7e6225a56c369d54f7cd956767 (diff)
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 <keithp@keithp.com>
Diffstat (limited to 'src/test/ao_flight_test.c')
-rw-r--r--src/test/ao_flight_test.c2
1 files changed, 1 insertions, 1 deletions
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