diff options
Diffstat (limited to 'src/bsp')
-rw-r--r-- | src/bsp/system_stm32f4xx.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bsp/system_stm32f4xx.c b/src/bsp/system_stm32f4xx.c index 8695313..673eaa1 100644 --- a/src/bsp/system_stm32f4xx.c +++ b/src/bsp/system_stm32f4xx.c @@ -413,8 +413,6 @@ static void SetSysClock(void) /* Wait till the main PLL is used as system clock source */
while ((RCC->CFGR & (uint32_t)RCC_CFGR_SWS ) != RCC_CFGR_SWS_PLL);
- {
- }
}
else
{ /* If HSE fails to start-up, the application will have wrong clock
|