From 9f6b0281ff22d7230550e1c74d29b9eccf8528d6 Mon Sep 17 00:00:00 2001 From: travisutk Date: Sun, 6 May 2012 13:59:36 +0000 Subject: [PATCH] Added main clock initialization to STM32. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1160 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- firmware/lib/stm32f407.c | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/lib/stm32f407.c b/firmware/lib/stm32f407.c index 23425ef..167d05a 100644 --- a/firmware/lib/stm32f407.c +++ b/firmware/lib/stm32f407.c @@ -46,6 +46,7 @@ uint32_t strlen(const char *s){ //! Initialize the STM32F4xx ports and USB. void stm32f4xx_init(){ + SystemInit(); ioinit(); while(1){ ledon(); -- 2.20.1