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 b0b1dbd commit 7bc1d3eCopy full SHA for 7bc1d3e
variants/STM32L4xx/L433R(B-C)(I-T-Y)_L443RC(I-T-Y)/generic_clock.c
@@ -26,6 +26,7 @@ WEAK void SystemClock_Config(void)
26
{
27
RCC_OscInitTypeDef RCC_OscInitStruct = {};
28
RCC_ClkInitTypeDef RCC_ClkInitStruct = {};
29
+ RCC_PeriphCLKInitTypeDef PeriphClkInit = {};
30
31
/** Configure the main internal regulator output voltage
32
*/
0 commit comments