altos: Remove *_TO_DATA macros
[fw/altos] / src / test / ao_flight_test.c
index 746a681463ab4d2238f3f457c3470b9e15fcc07b..0913e7ba96a3a99f4498f6a0c1820d215e232a1e 100644 (file)
@@ -362,7 +362,7 @@ struct ao_ms5607_prom       ao_ms5607_prom;
 
 struct ao_config ao_config;
 
-#define DATA_TO_XDATA(x) (x)
+#define x (x)
 
 
 extern int16_t ao_ground_accel, ao_flight_accel;