From 26e647e2ddff5d6875e7fae8ca6730d5385ca55a Mon Sep 17 00:00:00 2001 From: bcostm Date: Mon, 9 Apr 2018 10:17:42 +0200 Subject: [PATCH] DISCO_F769NI: set clock_source to USE_PLL_HSE_EXTC --- targets/targets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/targets.json b/targets/targets.json index ff875174d0..136d2de268 100755 --- a/targets/targets.json +++ b/targets/targets.json @@ -1865,7 +1865,7 @@ "config": { "clock_source": { "help": "Mask value : USE_PLL_HSE_EXTC | USE_PLL_HSE_XTAL | USE_PLL_HSI", - "value": "USE_PLL_HSE_XTAL|USE_PLL_HSI", + "value": "USE_PLL_HSE_EXTC|USE_PLL_HSI", "macro_name": "CLOCK_SOURCE" }, "lowpowertimer_lptim": {