Skip to content

Commit

Permalink
Update generic_clock.c
Browse files Browse the repository at this point in the history
I added space character as it in the test error 

Signed-off-by: Aurentiaco35 <140486360+Aurentiaco35@users.noreply.github.com>
  • Loading branch information
Aurentiaco35 committed Jun 4, 2024
1 parent 62be59b commit 6f4b0c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ WEAK void SystemClock_Config(void)
*/
__HAL_PWR_VOLTAGESCALING_CONFIG(PWR_REGULATOR_VOLTAGE_SCALE0);

while(!__HAL_PWR_GET_FLAG(PWR_FLAG_VOSRDY)) {}
while (!__HAL_PWR_GET_FLAG(PWR_FLAG_VOSRDY)) {}

/** Initializes the RCC Oscillators according to the specified parameters
* in the RCC_OscInitTypeDef structure.
Expand Down

0 comments on commit 6f4b0c1

Please sign in to comment.