Skip to content

Commit 7244e6c

Browse files
committed
Remove unused declaration
Signed-off-by: Frederic.Pillon <[email protected]>
1 parent acc0be3 commit 7244e6c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

variants/NUCLEO_L476RG/variant.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,6 @@ WEAK void SystemClock_Config(void)
146146
{
147147
RCC_OscInitTypeDef RCC_OscInitStruct = {};
148148
RCC_ClkInitTypeDef RCC_ClkInitStruct = {};
149-
RCC_PeriphCLKInitTypeDef PeriphClkInit;
150-
151149

152150
/* MSI is enabled after System reset, activate PLL with MSI as source */
153151
RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_MSI;

0 commit comments

Comments
 (0)