Merge pull request #4755 from LordGuilly/bluepill_hse_config

Bluepill: hse config fix
pull/4786/head
Jimmy Brisson 2017-07-27 09:44:42 -05:00 committed by GitHub
commit 66805f5c67
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 */