mirror of https://github.com/ARMmbed/mbed-os.git
Change HSE for blupill,can only be XTAL
The BLUEPILL board does have XTAL soldered, cannot be used with an external oscillatorpull/4755/head
parent
1f94ede86c
commit
909a8343f5
|
@ -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