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/STM32L1xx/hal_lld.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'os/hal/ports/STM32/STM32L1xx') diff --git a/os/hal/ports/STM32/STM32L1xx/hal_lld.c b/os/hal/ports/STM32/STM32L1xx/hal_lld.c index 749e33a7f..0be1fa067 100644 --- a/os/hal/ports/STM32/STM32L1xx/hal_lld.c +++ b/os/hal/ports/STM32/STM32L1xx/hal_lld.c @@ -34,6 +34,12 @@ /* Driver exported variables. */ /*===========================================================================*/ +/** + * @brief CMSIS system core clock variable. + * @note It is declared in system_stm32l1xx.h. + */ +uint32_t SystemCoreClock = STM32_SYSCLK; + /*===========================================================================*/ /* Driver local variables and types. */ /*===========================================================================*/ -- cgit v1.2.3