mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #4755 from LordGuilly/bluepill_hse_config
Bluepill: hse config fixpull/4786/head
commit
66805f5c67
|
@ -45,7 +45,7 @@
|
|||
|
||||
|
||||
/* 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_EXTC (0) /* Use external clock */
|
||||
#define USE_PLL_HSE_XTAL (1) /* Use external xtal */
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue