X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fao_timer.c;h=c977fbc8b85a2f997c38e48df05f857306bac658;hp=d1731475c226eee9992ae00315c333b1877f2285;hb=803bf106caf5d6b5ac12eb00a941647c7325edd1;hpb=84c93bb2fc4558a5e4654794ba90e730a84eaf67 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