X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=drv%2Ftimer.c;h=24287cb982569748ea4e0165355aa1865ae0174b;hb=22240d0455c6bd837fe928b29068e795be3febae;hp=f471cb57ad7ac3824ddda0429153430542d5b08d;hpb=4dfb853d1935ae0ab4c5be187a82f832efc32fd8;p=bertos.git diff --git a/drv/timer.c b/drv/timer.c index f471cb57..24287cb9 100755 --- a/drv/timer.c +++ b/drv/timer.c @@ -15,6 +15,9 @@ /* * $Log$ + * Revision 1.11 2004/08/02 20:20:29 aleph + * Merge from project_ks + * * Revision 1.10 2004/07/30 14:15:53 rasky * Nuovo supporto unificato per detect della CPU * @@ -216,7 +219,7 @@ DEFINE_TIMER_ISR REMOVE((Node *)timer); /* Execute the associated event */ - event_doIntr(&timer->expire); + event_do(&timer->expire); } #endif /* CONFIG_TIMER_DISABLE_EVENTS */