target fix

pull/8479/head
cedrick kukela 2018-06-15 07:51:46 -04:00 committed by adbridge
parent 4866d9c3e2
commit c98f402e6c
1 changed files with 1 additions and 1 deletions

View File

@ -2166,7 +2166,7 @@
"extra_labels_add": ["STM32L4", "STM32L471QG", "STM32L471xG", "STM32L471xx"],
"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",
"help": "Mask value : USE_PLL_HSI | USE_PLL_MSI",
"value": "USE_PLL_MSI",
"macro_name": "CLOCK_SOURCE"
},