From 7e26cea79629b4a0352d36b5f1ba6373f590751a Mon Sep 17 00:00:00 2001 From: jeromecoutant Date: Tue, 26 Nov 2019 12:43:55 +0100 Subject: [PATCH] DISCO_L4R9I : correct HSE frequency value --- targets/targets.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/targets/targets.json b/targets/targets.json index 6c8a4a88a2..0cd7b41adc 100644 --- a/targets/targets.json +++ b/targets/targets.json @@ -8452,7 +8452,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", + "help": "Mask value : USE_PLL_HSE_EXTC (need HW patch) | USE_PLL_HSE_XTAL | USE_PLL_HSI | USE_PLL_MSI", "value": "USE_PLL_MSI", "macro_name": "CLOCK_SOURCE" }, @@ -8465,6 +8465,7 @@ "FLASHIAP" ], "macros_add": [ + "HSE_VALUE=16000000", "STM32L4R9xx", "MBED_TICKLESS", "EXTRA_IDLE_STACK_REQUIRED"