Skip to content

Commit 66805f5

Browse files
Merge pull request #4755 from LordGuilly/bluepill_hse_config
Bluepill: hse config fix
2 parents 3f52924 + 909a834 commit 66805f5

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_STM/TARGET_STM32F1/TARGET_BLUEPILL_F103C8/device

1 file changed

+1
-1
lines changed

targets/TARGET_STM/TARGET_STM32F1/TARGET_BLUEPILL_F103C8/device/system_clock.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646

4747
/* Select the clock sources (other than HSI) to start with (0=OFF, 1=ON) */
48-
#define USE_PLL_HSE_EXTC (1) /* Use external clock */
48+
#define USE_PLL_HSE_EXTC (0) /* Use external clock */
4949
#define USE_PLL_HSE_XTAL (1) /* Use external xtal */
5050

5151

0 commit comments

Comments
 (0)