From eda043cc49e1c41485619876d8fdaf93358d44ac Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 23 Mar 2015 15:06:04 +0000 Subject: Fixed bug #570. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7798 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/STM32/STM32F3xx/hal_lld.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'os/hal/ports/STM32/STM32F3xx/hal_lld.c') diff --git a/os/hal/ports/STM32/STM32F3xx/hal_lld.c b/os/hal/ports/STM32/STM32F3xx/hal_lld.c index 5fe983e79..874ba8ef5 100644 --- a/os/hal/ports/STM32/STM32F3xx/hal_lld.c +++ b/os/hal/ports/STM32/STM32F3xx/hal_lld.c @@ -32,6 +32,12 @@ /* Driver exported variables. */ /*===========================================================================*/ +/** + * @brief CMSIS system core clock variable. + * @note It is declared in system_stm32f3xx.h. + */ +uint32_t SystemCoreClock = STM32_SYSCLK; + /*===========================================================================*/ /* Driver local variables and types. */ /*===========================================================================*/ -- cgit v1.2.3