mbed library sources. Supersedes mbed-src.
Fork of mbed-dev by
Revision 153:da99e106a1c2, committed 2016-12-21
- Comitter:
- fwndz
- Date:
- Wed Dec 21 13:29:33 2016 +0000
- Parent:
- 152:9a67f0b066fc
- Commit message:
- init
Changed in this revision
targets/TARGET_STM/TARGET_STM32F3/TARGET_NUCLEO_F302R8/device/system_stm32f3xx.c | Show annotated file Show diff for this revision Revisions of this file |
diff -r 9a67f0b066fc -r da99e106a1c2 targets/TARGET_STM/TARGET_STM32F3/TARGET_NUCLEO_F302R8/device/system_stm32f3xx.c --- a/targets/TARGET_STM/TARGET_STM32F3/TARGET_NUCLEO_F302R8/device/system_stm32f3xx.c Thu Dec 15 11:48:27 2016 +0000 +++ b/targets/TARGET_STM/TARGET_STM32F3/TARGET_NUCLEO_F302R8/device/system_stm32f3xx.c Wed Dec 21 13:29:33 2016 +0000 @@ -125,8 +125,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 */ /** * @}