Change HSE for blupill,can only be XTAL

The BLUEPILL board does have XTAL soldered, cannot be used with an external oscillator
pull/4824/head
lordguilly 2017-07-24 22:36:40 +01:00 committed by Martin Kojtal
parent d7f3820908
commit f148046ad8
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) */ /* 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 */ #define USE_PLL_HSE_XTAL (1) /* Use external xtal */