Merge branch "preempt" in "trunk".
[bertos.git] / bertos / cpu / arm / drv / timer_at91.c
index f1c2887e2b0fe47b850a9ba803b1b2b7a6e91251..2508b64baa8b30040cd0b8bc4ba606c9dad55314 100644 (file)
@@ -50,6 +50,8 @@
 /** HW dependent timer initialization  */
 #if (CONFIG_TIMER == TIMER_ON_PIT)
 
+       ISR_PROTO_CONTEXT_SWITCH(timer_handler);
+
        void timer_hw_init(void)
        {
                sysirq_init();