Skip to content

Commit 5234075

Browse files
author
Cruz Monrreal
authored
Merge pull request #6567 from bcostm/fix_xtal_disco_f769ni
DISCO_F769NI: set clock_source to USE_PLL_HSE_EXTC
2 parents 94103f9 + 63b56d5 commit 5234075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/targets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1859,7 +1859,7 @@
18591859
"config": {
18601860
"clock_source": {
18611861
"help": "Mask value : USE_PLL_HSE_EXTC | USE_PLL_HSE_XTAL | USE_PLL_HSI",
1862-
"value": "USE_PLL_HSE_XTAL|USE_PLL_HSI",
1862+
"value": "USE_PLL_HSE_EXTC|USE_PLL_HSI",
18631863
"macro_name": "CLOCK_SOURCE"
18641864
},
18651865
"lowpowertimer_lptim": {

0 commit comments

Comments
 (0)