summaryrefslogtreecommitdiff
path: root/src/ao_timer.c
diff options
context:
space:
mode:
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