X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Farm%2Fdrv%2Ftimer_at91.h;h=90a72cf0e7bcefa44b1e56261ef2be2737513aff;hb=ad53b3429de000659e3daa00f3e9be56413e9944;hp=68e5561e03e9894721d3ff477e19d7f221b49982;hpb=32d1445272120a254d77ce8d1af1f527da7a2c17;p=bertos.git diff --git a/bertos/cpu/arm/drv/timer_at91.h b/bertos/cpu/arm/drv/timer_at91.h index 68e5561e..90a72cf0 100644 --- a/bertos/cpu/arm/drv/timer_at91.h +++ b/bertos/cpu/arm/drv/timer_at91.h @@ -65,7 +65,7 @@ #if (CONFIG_TIMER == TIMER_ON_PIT) /* - * On ARM all IRQs are handled by the sysirq_dispatcher, so the actual + * On ARM all system IRQs are handled by the sysirq_dispatcher, so the actual * timer handler can be treated like any other normal routine. */ #define DEFINE_TIMER_ISR void timer_handler(void); \