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 62be59b commit 6f4b0c1Copy full SHA for 6f4b0c1
variants/STM32H7xx/H7A3V(G-I)(H-T)_H7B0VBT_H7B3VI(H-T)/generic_clock.c
@@ -37,7 +37,7 @@ WEAK void SystemClock_Config(void)
37
*/
38
__HAL_PWR_VOLTAGESCALING_CONFIG(PWR_REGULATOR_VOLTAGE_SCALE0);
39
40
- while(!__HAL_PWR_GET_FLAG(PWR_FLAG_VOSRDY)) {}
+ while (!__HAL_PWR_GET_FLAG(PWR_FLAG_VOSRDY)) {}
41
42
/** Initializes the RCC Oscillators according to the specified parameters
43
* in the RCC_OscInitTypeDef structure.
0 commit comments