Skip to content

Commit 17d9fcb

Browse files
gorazdadbridge
authored andcommitted
xdot: fix target clock config in targets.json Resolves #4876
1 parent f547ffa commit 17d9fcb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

targets/targets.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1649,6 +1649,12 @@
16491649
"core": "Cortex-M3",
16501650
"default_toolchain": "ARM",
16511651
"extra_labels_add": ["STM32L1", "STM32L151CC"],
1652+
"config": {
1653+
"hse_value": {
1654+
"value": "24000000",
1655+
"macro_name": "HSE_VALUE"
1656+
}
1657+
},
16521658
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
16531659
"device_has_add": ["ANALOGOUT", "FLASH"],
16541660
"release_versions": ["5"],

0 commit comments

Comments
 (0)