mbed library sources
Fork of mbed-src by
Revision 445:9a3ffe6cfa19, committed 2015-01-14
- Comitter:
- moirans2
- Date:
- Wed Jan 14 20:53:08 2015 +0000
- Parent:
- 444:d80869345ae6
- Commit message:
- internal clock stm32L051
Changed in this revision
targets/cmsis/TARGET_STM/TARGET_STM32L0/TARGET_NUCLEO_L053R8/system_stm32l0xx.c | Show annotated file Show diff for this revision Revisions of this file |
--- a/targets/cmsis/TARGET_STM/TARGET_STM32L0/TARGET_NUCLEO_L053R8/system_stm32l0xx.c Wed Jan 14 09:30:07 2015 +0000 +++ b/targets/cmsis/TARGET_STM/TARGET_STM32L0/TARGET_NUCLEO_L053R8/system_stm32l0xx.c Wed Jan 14 20:53:08 2015 +0000 @@ -127,8 +127,8 @@ */ /* Select the clock sources (other than HSI) to start with (0=OFF, 1=ON) */ -#define USE_PLL_HSE_EXTC (1) /* Use external clock */ -#define USE_PLL_HSE_XTAL (1) /* Use external xtal */ +#define USE_PLL_HSE_EXTC (0) /* Use external clock */ +#define USE_PLL_HSE_XTAL (0) /* Use external xtal */ /** * @}