We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11f5faf commit b7c4c13Copy full SHA for b7c4c13
libraries/SrcWrapper/src/stm32/clock.c
@@ -77,7 +77,9 @@ void SysTick_Handler(void)
77
void enableClock(sourceClock_t source)
78
{
79
RCC_OscInitTypeDef RCC_OscInitStruct = {0};
80
+#if defined(RCC_PLL_NONE)
81
RCC_OscInitStruct.PLL.PLLState = RCC_PLL_NONE;
82
+#endif
83
84
#if defined(STM32MP1xx)
85
/** Clock source selection is done by First Stage Boot Loader on Cortex A
0 commit comments