X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Farm%2Fdrv%2Ftimer_at91.h;h=0628d3940330d3cbdd4f22bd735d1750d4815035;hb=b44c11e480505f754d0f7b4ac3067e4ebf5adcc2;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..0628d394 100644 --- a/bertos/cpu/arm/drv/timer_at91.h +++ b/bertos/cpu/arm/drv/timer_at91.h @@ -30,8 +30,6 @@ * * --> * - * \version $Id$ - * * \author Francesco Sacchi * * \brief Low-level timer module for Atmel AT91 (interface). @@ -65,7 +63,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); \