Skip to content

Commit 62a785e

Browse files
Aurentiaco35fpistm
andauthored
Update variants/STM32H7xx/H7A3V(G-I)(H-T)_H7B0VBT_H7B3VI(H-T)/generic_clock.c
Co-authored-by: Frederic Pillon <[email protected]> Signed-off-by: Aurentiaco35 <[email protected]>
1 parent 2fa7b17 commit 62a785e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

variants/STM32H7xx/H7A3V(G-I)(H-T)_H7B0VBT_H7B3VI(H-T)/generic_clock.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ WEAK void SystemClock_Config(void)
5555
RCC_OscInitStruct.PLL.PLLRGE = RCC_PLL1VCIRANGE_3;
5656
RCC_OscInitStruct.PLL.PLLVCOSEL = RCC_PLL1VCOWIDE;
5757
RCC_OscInitStruct.PLL.PLLFRACN = 4096;
58-
if (HAL_RCC_OscConfig(&RCC_OscInitStruct) != HAL_OK)
59-
{
58+
if (HAL_RCC_OscConfig(&RCC_OscInitStruct) != HAL_OK) {
6059
Error_Handler();
6160
}
6261

0 commit comments

Comments
 (0)