From c2e4ece801bbb9abdcd2bbada254d912f91600d6 Mon Sep 17 00:00:00 2001 From: Michael Hope Date: Sun, 10 Oct 2010 19:59:45 +1300 Subject: Change the systick handler to the CMSIS compliant SysTick_Handler --- libmaple/systick.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmaple') diff --git a/libmaple/systick.c b/libmaple/systick.c index 2b09a64..f6f1c16 100644 --- a/libmaple/systick.c +++ b/libmaple/systick.c @@ -66,6 +66,6 @@ void systick_resume() { } /** SysTick interrupt handler. Bumps up the tick counter. */ -void SysTickHandler(void) { +void SysTick_Handler(void) { systick_timer_millis++; } -- cgit v1.2.3