From 5be13b76a2e29b84cd6d1eec065e3354b0dafce5 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 18 Apr 2009 23:19:24 -0700 Subject: Start using pdata area for less-frequently used data --- ao_timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ao_timer.c') 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; } -- cgit v1.2.3