summaryrefslogtreecommitdiff
path: root/chip/stm32/clock-stm32l4.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/stm32/clock-stm32l4.c')
-rw-r--r--chip/stm32/clock-stm32l4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/stm32/clock-stm32l4.c b/chip/stm32/clock-stm32l4.c
index 499c327baf..29c548e56e 100644
--- a/chip/stm32/clock-stm32l4.c
+++ b/chip/stm32/clock-stm32l4.c
@@ -29,7 +29,7 @@ enum clock_osc {
OSC_PLL, /* PLL */
};
-static int freq;
+static int freq = STM32_MSI_CLOCK;
static int current_osc;
int clock_get_freq(void)