From d1a8d832af96efdd1b399799dfae81517dc04dfa Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Tue, 28 Dec 2010 19:06:27 -0500 Subject: nzmichaelh's pull request mods compile and upload. renamed SysTick_Handler back to SysTickHandler since all of our linker magic/lanchon-stm32 depends on that name. added backup register support in order to test independent watchdog support; it seems to work. next major test target is DMA support. --- libmaple/systick.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmaple/systick.h') diff --git a/libmaple/systick.h b/libmaple/systick.h index ae1268a..33a3cf8 100644 --- a/libmaple/systick.h +++ b/libmaple/systick.h @@ -43,7 +43,7 @@ extern "C"{ #define SYSTICK_CSR_COUNTFLAG BIT(16) /** System elapsed time in milliseconds */ -volatile uint32 systick_timer_millis; +extern volatile uint32 systick_timer_millis; void systick_init(uint32 reload_val); void systick_disable(); -- cgit v1.2.3