summaryrefslogtreecommitdiff
path: root/ao_timer.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-04-18 23:19:24 -0700
committerKeith Packard <keithp@keithp.com>2009-04-18 23:19:24 -0700
commit5be13b76a2e29b84cd6d1eec065e3354b0dafce5 (patch)
treeca24136b5761278ce36a23647a14b366e0dee15b /ao_timer.c
parent3e18b5a0d4c7d84df98b6ed0b7783de1d42d45bf (diff)
Start using pdata area for less-frequently used datasn1-flight1
Diffstat (limited to 'ao_timer.c')
-rw-r--r--ao_timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ao_timer.c b/ao_timer.c
index 2bd47af1..8b485cc2 100644
--- a/ao_timer.c
+++ b/ao_timer.c
@@ -21,7 +21,7 @@ static volatile __data uint16_t ao_tick_count;
uint16_t ao_time(void)
{
- __data uint16_t ret;
+ uint16_t ret;
__critical {
ret = ao_tick_count;
}