remove unneed function. Use hpread in context switch benchmark.
[bertos.git] / bertos / cpu / arm / drv / timer_at91.c
index f1c2887e2b0fe47b850a9ba803b1b2b7a6e91251..beab00d60bf92fe7697033d75accdb3c9aa0947c 100644 (file)
@@ -30,8 +30,6 @@
  *
  * -->
  *
- * \version $Id$
- *
  * \author Francesco Sacchi <batt@develer.com>
  *
  * \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();