summaryrefslogtreecommitdiff
path: root/src/ao.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-07-06 15:39:44 -0700
committerKeith Packard <keithp@keithp.com>2011-07-06 15:48:34 -0700
commitf2f8ade6994aa3a69fd08f19c4403ceb8cea295d (patch)
tree70d02784c06171efb888dbebb03fa46b3550eefb /src/ao.h
parent9ba0da9247ea424a7a147aa85daae0d5e6316b81 (diff)
altos: Switch ao_stdio.c __data to __pdata
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/ao.h')
-rw-r--r--src/ao.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ao.h b/src/ao.h
index 1919a259..dade99bf 100644
--- a/src/ao.h
+++ b/src/ao.h
@@ -1311,8 +1311,8 @@ struct ao_stdio {
};
extern __xdata struct ao_stdio ao_stdios[];
-extern __data int8_t ao_cur_stdio;
-extern __data int8_t ao_num_stdios;
+extern __pdata int8_t ao_cur_stdio;
+extern __pdata int8_t ao_num_stdios;
void
flush(void);