Skip to content

Commit ba87b0f

Browse files
author
Jan Kamidra
committed
Fix clock limitation sentence
1 parent d1517bf commit ba87b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/targets.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4826,7 +4826,7 @@ mode is recommended for target MCUs with small amounts of flash and RAM.",
48264826
"MCU_STM32U083xC"
48274827
],
48284828
"overrides": {
4829-
"clock_source": "USE_PLL_HSI", // Nucleo's default for the rest are necessary hardware changes
4829+
"clock_source": "USE_PLL_HSI", // Use HSI by default, other options require hardware changes
48304830
"lse_available": 1,
48314831
"default-adc-vref": 3.3
48324832
},

0 commit comments

Comments
 (0)