summaryrefslogtreecommitdiff
path: root/src/ao.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-07-06 15:31:53 -0700
committerKeith Packard <keithp@keithp.com>2011-07-06 15:48:34 -0700
commit92047ff86c79c2b18ef565a4560b06fe00d6f159 (patch)
tree0803e4e061f9fae18a9203e45a94cb02575481df /src/ao.h
parent64860be02b3efa6f784a259249cfa6d14545fbd3 (diff)
altos: Switch ao_gps_skytraq and ao_gps_sirf __xdata to __pdata
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/ao.h')
-rw-r--r--src/ao.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ao.h b/src/ao.h
index 9a986479..40466123 100644
--- a/src/ao.h
+++ b/src/ao.h
@@ -1099,7 +1099,7 @@ union ao_telemetry_all {
#define AO_GPS_DATE_VALID (1 << 6)
#define AO_GPS_COURSE_VALID (1 << 7)
-extern __xdata uint16_t ao_gps_tick;
+extern __pdata uint16_t ao_gps_tick;
extern __xdata uint8_t ao_gps_mutex;
extern __xdata struct ao_telemetry_location ao_gps_data;
extern __xdata struct ao_telemetry_satellite ao_gps_tracking_data;