Skip to content

Commit 7bc1d3e

Browse files
authored
Update variants/STM32L4xx/L433R(B-C)(I-T-Y)_L443RC(I-T-Y)/generic_clock.c
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent b0b1dbd commit 7bc1d3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

variants/STM32L4xx/L433R(B-C)(I-T-Y)_L443RC(I-T-Y)/generic_clock.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ WEAK void SystemClock_Config(void)
2626
{
2727
RCC_OscInitTypeDef RCC_OscInitStruct = {};
2828
RCC_ClkInitTypeDef RCC_ClkInitStruct = {};
29+
RCC_PeriphCLKInitTypeDef PeriphClkInit = {};
2930

3031
/** Configure the main internal regulator output voltage
3132
*/

0 commit comments

Comments
 (0)