DISCO_L072CZ: add comment in clock_source config

pull/5523/head
bcostm 2017-11-13 11:36:22 +01:00 committed by adbridge
parent f2155a3212
commit 4be1146f00
1 changed files with 1 additions and 1 deletions

View File

@ -1562,7 +1562,7 @@
"macros": ["RTC_LSI=1"],
"config": {
"clock_source": {
"help": "Mask value : USE_PLL_HSE_EXTC | USE_PLL_HSE_XTAL (need HW patch) | USE_PLL_HSI",
"help": "Mask value : USE_PLL_HSE_EXTC (need HW patch) | USE_PLL_HSE_XTAL (need HW patch) | USE_PLL_HSI",
"value": "USE_PLL_HSI",
"macro_name": "CLOCK_SOURCE"
}