Skip to content

Commit c52d49c

Browse files
author
Cruz Monrreal
authored
Merge pull request #7731 from mirelachirica/wise_1570_clock_source_back_to_HSE_XTAL
Cellular: WISE_1570's system clock back to HSE_XTAL
2 parents 1a5b3e0 + 2d53282 commit c52d49c

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
@@ -1711,7 +1711,7 @@
17111711
"config": {
17121712
"clock_source": {
17131713
"help": "Mask value : USE_PLL_HSE_EXTC (need HW patch) | USE_PLL_HSE_XTAL (need HW patch) | USE_PLL_HSI | USE_PLL_MSI",
1714-
"value": "USE_PLL_HSI",
1714+
"value": "USE_PLL_HSE_XTAL",
17151715
"macro_name": "CLOCK_SOURCE"
17161716
}
17171717
},

0 commit comments

Comments
 (0)