From 6f4b0c1a6dd6e64b086b12324315da5448ee86de Mon Sep 17 00:00:00 2001 From: Aurentiaco35 <140486360+Aurentiaco35@users.noreply.github.com> Date: Tue, 4 Jun 2024 09:56:16 +0300 Subject: [PATCH] Update generic_clock.c I added space character as it in the test error Signed-off-by: Aurentiaco35 <140486360+Aurentiaco35@users.noreply.github.com> --- .../H7A3V(G-I)(H-T)_H7B0VBT_H7B3VI(H-T)/generic_clock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variants/STM32H7xx/H7A3V(G-I)(H-T)_H7B0VBT_H7B3VI(H-T)/generic_clock.c b/variants/STM32H7xx/H7A3V(G-I)(H-T)_H7B0VBT_H7B3VI(H-T)/generic_clock.c index 347b49e13e..604aac142a 100644 --- a/variants/STM32H7xx/H7A3V(G-I)(H-T)_H7B0VBT_H7B3VI(H-T)/generic_clock.c +++ b/variants/STM32H7xx/H7A3V(G-I)(H-T)_H7B0VBT_H7B3VI(H-T)/generic_clock.c @@ -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.