We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d21d5 commit 3e2672bCopy full SHA for 3e2672b
drivers/clock_control/clock_stm32_ll_common.c
@@ -558,7 +558,7 @@ int stm32_clock_control_init(const struct device *dev)
558
if (IS_ENABLED(STM32_HSE_TCXO)) {
559
LL_RCC_HSE_EnableTcxo();
560
}
561
-#else
+#elif !defined(CONFIG_SOC_SERIES_STM32WBX)
562
/* Check if need to enable HSE bypass feature or not */
563
if (IS_ENABLED(STM32_HSE_BYPASS)) {
564
LL_RCC_HSE_EnableBypass();
0 commit comments