Skip to content

Commit 6f4b0c1

Browse files
authored
Update generic_clock.c
I added space character as it in the test error Signed-off-by: Aurentiaco35 <[email protected]>
1 parent 62be59b commit 6f4b0c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ WEAK void SystemClock_Config(void)
3737
*/
3838
__HAL_PWR_VOLTAGESCALING_CONFIG(PWR_REGULATOR_VOLTAGE_SCALE0);
3939

40-
while(!__HAL_PWR_GET_FLAG(PWR_FLAG_VOSRDY)) {}
40+
while (!__HAL_PWR_GET_FLAG(PWR_FLAG_VOSRDY)) {}
4141

4242
/** Initializes the RCC Oscillators according to the specified parameters
4343
* in the RCC_OscInitTypeDef structure.

0 commit comments

Comments
 (0)