Change HSE for blupill,can only be XTAL

The BLUEPILL board does have XTAL soldered, cannot be used with an external oscillator
pull/4755/head
lordguilly 2017-07-24 22:36:40 +01:00
parent 1f94ede86c
commit 909a8343f5
1 changed files with 1 additions and 1 deletions

View File

@ -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 */