X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Farm%2Fdrv%2Ftimer_at91.c;h=beab00d60bf92fe7697033d75accdb3c9aa0947c;hb=911d2706a86d326786bfe721dcc3d63aeade7f28;hp=f1c2887e2b0fe47b850a9ba803b1b2b7a6e91251;hpb=2c5f3d04467211d59b9387abe73c1f286ea74806;p=bertos.git diff --git a/bertos/cpu/arm/drv/timer_at91.c b/bertos/cpu/arm/drv/timer_at91.c index f1c2887e..beab00d6 100644 --- a/bertos/cpu/arm/drv/timer_at91.c +++ b/bertos/cpu/arm/drv/timer_at91.c @@ -30,8 +30,6 @@ * * --> * - * \version $Id$ - * * \author Francesco Sacchi * * \brief Low-level timer module for Atmel AT91 (inplementation). @@ -50,6 +48,8 @@ /** HW dependent timer initialization */ #if (CONFIG_TIMER == TIMER_ON_PIT) + ISR_PROTO_CONTEXT_SWITCH(timer_handler); + void timer_hw_init(void) { sysirq_init();