altos: Remove 8051 address space specifiers
[fw/altos] / src / test / ao_flight_test.c
index 746a681463ab4d2238f3f457c3470b9e15fcc07b..a171930e75a87b20d77954b19c5940afa7a4c16a 100644 (file)
@@ -119,11 +119,7 @@ struct ao_adc {
 
 #endif
 
-#define __pdata
-#define __data
-#define __xdata
-#define __code
-#define __reentrant
+#define const
 
 #define HAS_FLIGHT 1
 #define HAS_IGNITE 1
@@ -362,7 +358,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;