diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-11-12 15:13:56 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-11-12 15:13:56 +0000 |
commit | a23a891953e5c2cd96f2ba067c5c1661fd0c76b8 (patch) | |
tree | 1b3bc0e9871f6ccafa44aa6a19b35c6b88b971d0 /os/hal/ports/STM32/STM32L1xx | |
parent | dc3bc84a7168edd0b36f5eed12d4e712c10144b4 (diff) | |
download | ChibiOS-a23a891953e5c2cd96f2ba067c5c1661fd0c76b8.tar.gz ChibiOS-a23a891953e5c2cd96f2ba067c5c1661fd0c76b8.tar.bz2 ChibiOS-a23a891953e5c2cd96f2ba067c5c1661fd0c76b8.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8472 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/STM32L1xx')
-rw-r--r-- | os/hal/ports/STM32/STM32L1xx/hal_lld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/STM32L1xx/hal_lld.c b/os/hal/ports/STM32/STM32L1xx/hal_lld.c index 0be1fa067..d3838f8ab 100644 --- a/os/hal/ports/STM32/STM32L1xx/hal_lld.c +++ b/os/hal/ports/STM32/STM32L1xx/hal_lld.c @@ -38,7 +38,7 @@ * @brief CMSIS system core clock variable.
* @note It is declared in system_stm32l1xx.h.
*/
-uint32_t SystemCoreClock = STM32_SYSCLK;
+uint32_t SystemCoreClock = STM32_HCLK;
/*===========================================================================*/
/* Driver local variables and types. */
|