From 4be1146f00fa815c04296fe04f1f66cf726ea24f Mon Sep 17 00:00:00 2001 From: bcostm Date: Mon, 13 Nov 2017 11:36:22 +0100 Subject: [PATCH] DISCO_L072CZ: add comment in clock_source config --- targets/targets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/targets.json b/targets/targets.json index 0a8549f009..05875546bf 100755 --- a/targets/targets.json +++ b/targets/targets.json @@ -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" }