aboutsummaryrefslogtreecommitdiffstats
path: root/src/bsp
diff options
context:
space:
mode:
authorMaximilien Cuony <maximilien@theglu.org>2016-06-05 22:28:56 +0200
committerMaximilien Cuony <maximilien@theglu.org>2016-06-05 22:28:56 +0200
commit765b06950c1a5b55bb96a29f9da3c136f790a0f2 (patch)
treeebe75c291b201a16cf16ed52fbfc2c82d13a98ff /src/bsp
parent327114f6c35a2c28004eb950baf5d1c1c175824a (diff)
downloadglutte-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.c2
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