summaryrefslogtreecommitdiff
path: root/src/ao_timer.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2010-08-27 00:10:29 -0700
committerKeith Packard <keithp@keithp.com>2010-08-27 00:10:29 -0700
commit2923cf5057f9cef110dd547d8677ea5b60e00796 (patch)
tree5322b641885f0c03d54c6e28eb4f088dc941cef1 /src/ao_timer.c
parent68967157cee620ebedcc8c2ffd6fc7656532087b (diff)
altos: prepare for sdcc 2.9.1
A few minor language changes -- non-standard keywords are now prefixed with __, such as 'at', 'interrupt', 'naked'. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/ao_timer.c')
-rw-r--r--src/ao_timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ao_timer.c b/src/ao_timer.c
index d1731475..c977fbc8 100644
--- a/src/ao_timer.c
+++ b/src/ao_timer.c
@@ -41,7 +41,7 @@ volatile __data uint8_t ao_adc_interval = 1;
volatile __data uint8_t ao_adc_count;
#endif
-void ao_timer_isr(void) interrupt 9
+void ao_timer_isr(void) __interrupt 9
{
++ao_tick_count;
#if HAS_ADC