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 62a785e commit 71b9160Copy full SHA for 71b9160
variants/STM32H7xx/H7A3V(G-I)(H-T)_H7B0VBT_H7B3VI(H-T)/generic_clock.c
@@ -72,8 +72,7 @@ WEAK void SystemClock_Config(void)
72
RCC_ClkInitStruct.APB2CLKDivider = RCC_APB2_DIV2;
73
RCC_ClkInitStruct.APB4CLKDivider = RCC_APB4_DIV2;
74
75
- if (HAL_RCC_ClockConfig(&RCC_ClkInitStruct, FLASH_LATENCY_2) != HAL_OK)
76
- {
+ if (HAL_RCC_ClockConfig(&RCC_ClkInitStruct, FLASH_LATENCY_2) != HAL_OK) {
77
Error_Handler();
78
}
79
0 commit comments