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 acc0be3 commit 7244e6cCopy full SHA for 7244e6c
variants/NUCLEO_L476RG/variant.cpp
@@ -146,8 +146,6 @@ WEAK void SystemClock_Config(void)
146
{
147
RCC_OscInitTypeDef RCC_OscInitStruct = {};
148
RCC_ClkInitTypeDef RCC_ClkInitStruct = {};
149
- RCC_PeriphCLKInitTypeDef PeriphClkInit;
150
-
151
152
/* MSI is enabled after System reset, activate PLL with MSI as source */
153
RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_MSI;
0 commit comments