Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-src by
Revision 636:b0d178e9fa10, committed 2016-07-07
- Comitter:
- lzbpli
- Date:
- Thu Jul 07 06:48:59 2016 +0000
- Parent:
- 635:a11c0372f0ba
- Commit message:
- l053
Changed in this revision
targets/cmsis/TARGET_STM/TARGET_STM32L0/stm32l0xx_hal_conf.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/targets/cmsis/TARGET_STM/TARGET_STM32L0/stm32l0xx_hal_conf.h Wed Sep 30 17:00:09 2015 +0100 +++ b/targets/cmsis/TARGET_STM/TARGET_STM32L0/stm32l0xx_hal_conf.h Thu Jul 07 06:48:59 2016 +0000 @@ -90,7 +90,7 @@ * (when HSE is used as system clock source, directly or through the PLL). */ #if !defined (HSE_VALUE) - #define HSE_VALUE ((uint32_t)8000000) /*!< Value of the External oscillator in Hz */ + #define HSE_VALUE ((uint32_t)12000000) /*!< Value of the External oscillator in Hz */ #endif /* HSE_VALUE */ #if !defined (HSE_STARTUP_TIMEOUT)