Merge pull request #7731 from mirelachirica/wise_1570_clock_source_back_to_HSE_XTAL

Cellular: WISE_1570's system clock back to HSE_XTAL
pull/7747/head
Cruz Monrreal 2018-08-09 10:18:53 -05:00 committed by GitHub
commit c52d49c67b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1711,7 +1711,7 @@
"config": {
"clock_source": {
"help": "Mask value : USE_PLL_HSE_EXTC (need HW patch) | USE_PLL_HSE_XTAL (need HW patch) | USE_PLL_HSI | USE_PLL_MSI",
"value": "USE_PLL_HSI",
"value": "USE_PLL_HSE_XTAL",
"macro_name": "CLOCK_SOURCE"
}
},