Skip to content

Commit 71b9160

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 62a785e commit 71b9160

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
@@ -72,8 +72,7 @@ WEAK void SystemClock_Config(void)
7272
RCC_ClkInitStruct.APB2CLKDivider = RCC_APB2_DIV2;
7373
RCC_ClkInitStruct.APB4CLKDivider = RCC_APB4_DIV2;
7474

75-
if (HAL_RCC_ClockConfig(&RCC_ClkInitStruct, FLASH_LATENCY_2) != HAL_OK)
76-
{
75+
if (HAL_RCC_ClockConfig(&RCC_ClkInitStruct, FLASH_LATENCY_2) != HAL_OK) {
7776
Error_Handler();
7877
}
7978
}

0 commit comments

Comments
 (0)