diff options
author | Maximilien Cuony <maximilien@theglu.org> | 2016-06-05 22:28:56 +0200 |
---|---|---|
committer | Maximilien Cuony <maximilien@theglu.org> | 2016-06-05 22:28:56 +0200 |
commit | 765b06950c1a5b55bb96a29f9da3c136f790a0f2 (patch) | |
tree | ebe75c291b201a16cf16ed52fbfc2c82d13a98ff /src/bsp | |
parent | 327114f6c35a2c28004eb950baf5d1c1c175824a (diff) | |
download | glutte-o-matic-765b06950c1a5b55bb96a29f9da3c136f790a0f2.tar.gz glutte-o-matic-765b06950c1a5b55bb96a29f9da3c136f790a0f2.tar.bz2 glutte-o-matic-765b06950c1a5b55bb96a29f9da3c136f790a0f2.zip |
Fix warnings
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
|