aboutsummaryrefslogtreecommitdiffstats
path: root/source/cfg/mcuconf_l4.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/cfg/mcuconf_l4.h')
-rw-r--r--source/cfg/mcuconf_l4.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/cfg/mcuconf_l4.h b/source/cfg/mcuconf_l4.h
index 438e0be..bf19f7a 100644
--- a/source/cfg/mcuconf_l4.h
+++ b/source/cfg/mcuconf_l4.h
@@ -47,11 +47,11 @@
#define STM32_HSE_ENABLED FALSE
#define STM32_LSE_ENABLED FALSE
#define STM32_MSIPLL_ENABLED FALSE
-#define STM32_MSIRANGE STM32_MSIRANGE_8M
+#define STM32_MSIRANGE STM32_MSIRANGE_4M
#define STM32_MSISRANGE STM32_MSISRANGE_4M
#define STM32_SW STM32_SW_PLL
#define STM32_PLLSRC STM32_PLLSRC_MSI
-#define STM32_PLLM_VALUE 2
+#define STM32_PLLM_VALUE 1
#define STM32_PLLN_VALUE 72
#define STM32_PLLP_VALUE 7
#define STM32_PLLQ_VALUE 6