Merge pull request #6567 from bcostm/fix_xtal_disco_f769ni

DISCO_F769NI: set clock_source to USE_PLL_HSE_EXTC
pull/6625/head
Cruz Monrreal 2018-04-12 18:36:24 -05:00 committed by GitHub
commit 52340753e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1859,7 +1859,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": {