Skip to content

Commit 7e26cea

Browse files
committed
DISCO_L4R9I : correct HSE frequency value
1 parent d58e9d6 commit 7e26cea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

targets/targets.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8452,7 +8452,7 @@
84528452
],
84538453
"config": {
84548454
"clock_source": {
8455-
"help": "Mask value : USE_PLL_HSE_EXTC (need HW patch) | USE_PLL_HSE_XTAL (need HW patch) | USE_PLL_HSI | USE_PLL_MSI",
8455+
"help": "Mask value : USE_PLL_HSE_EXTC (need HW patch) | USE_PLL_HSE_XTAL | USE_PLL_HSI | USE_PLL_MSI",
84568456
"value": "USE_PLL_MSI",
84578457
"macro_name": "CLOCK_SOURCE"
84588458
},
@@ -8465,6 +8465,7 @@
84658465
"FLASHIAP"
84668466
],
84678467
"macros_add": [
8468+
"HSE_VALUE=16000000",
84688469
"STM32L4R9xx",
84698470
"MBED_TICKLESS",
84708471
"EXTRA_IDLE_STACK_REQUIRED"

0 commit comments

Comments
 (0)