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 8164b92 commit d98ff1cCopy full SHA for d98ff1c
libraries/SrcWrapper/src/stm32/clock.c
@@ -130,7 +130,7 @@ void enableClock(sourceClock_t source)
130
if (__HAL_RCC_GET_FLAG(RCC_FLAG_HSIRDY) == RESET) {
131
RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSI;
132
RCC_OscInitStruct.HSIState = RCC_HSI_ON;
133
-#if !defined(STM32WB0x)
+#if !defined(STM32WB0x) && !defined(STM32WL3x)
134
#if defined(STM32MP1xx)
135
RCC_OscInitStruct.HSICalibrationValue = 0x00;
136
#else
0 commit comments