diff options
author | Keith Packard <keithp@keithp.com> | 2011-07-06 15:36:45 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-07-06 15:48:34 -0700 |
commit | 5203ddaac692bfd82a01368da9fb66c25e9e14c1 (patch) | |
tree | 2fc00fe00595835aa44cb65c8bf64e311c115eba /src/ao.h | |
parent | 62267144d189967fcd0724b6dfbdbab3cb6fb414 (diff) |
altos: Switch ao_log.c and ao_log_big.c __xdata to __pdata
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/ao.h')
-rw-r--r-- | src/ao.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -535,7 +535,7 @@ extern __pdata uint32_t ao_log_current_pos; extern __pdata uint32_t ao_log_end_pos; extern __pdata uint32_t ao_log_start_pos; extern __xdata uint8_t ao_log_running; -extern __xdata enum flight_state ao_log_state; +extern __pdata enum flight_state ao_log_state; /* required functions from the underlying log system */ |