diff options
Diffstat (limited to 'demos/ARM7-LPC214x-GCC/chcore.c')
-rw-r--r-- | demos/ARM7-LPC214x-GCC/chcore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/ARM7-LPC214x-GCC/chcore.c b/demos/ARM7-LPC214x-GCC/chcore.c index 640622e04..613841437 100644 --- a/demos/ARM7-LPC214x-GCC/chcore.c +++ b/demos/ARM7-LPC214x-GCC/chcore.c @@ -185,6 +185,6 @@ void NonVectoredIrq(void) { void Timer0Irq(void) {
T0IR = 1; /* Clear interrupt on match MR0. */
- chSchTimerHandlerI();
+ chSysTimerHandlerI();
VICVectAddr = 0;
}
|