diff options
| author | Keith Packard <keithp@keithp.com> | 2011-07-06 15:31:53 -0700 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-07-06 15:48:34 -0700 | 
| commit | 92047ff86c79c2b18ef565a4560b06fe00d6f159 (patch) | |
| tree | 0803e4e061f9fae18a9203e45a94cb02575481df /src/ao_gps_sirf.c | |
| parent | 64860be02b3efa6f784a259249cfa6d14545fbd3 (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_gps_sirf.c')
| -rw-r--r-- | src/ao_gps_sirf.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ao_gps_sirf.c b/src/ao_gps_sirf.c index 5827c687..f2abbf84 100644 --- a/src/ao_gps_sirf.c +++ b/src/ao_gps_sirf.c @@ -20,7 +20,7 @@  #endif  __xdata uint8_t ao_gps_mutex; -__xdata uint16_t ao_gps_tick; +__pdata uint16_t ao_gps_tick;  __xdata struct ao_telemetry_location	ao_gps_data;  __xdata struct ao_telemetry_satellite	ao_gps_tracking_data;  | 
