cpu/stm32f1: fix build issue with iotlab-m3 (arm-none-eabi-gcc 4.9.3)

This commit is contained in:
Alexandre Abadie 2017-05-03 15:01:09 +02:00
parent 02bbc820b9
commit 7fb528ef76
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@
#elif CLK_HSE
#define SYSCLK_SRC RCC_CFGR_SW_HSE
#define SYSCLK_BSY RCC_CFGR_SWS_HSE
#elif
#else
#define SYSCLK_SRC RCC_CFGR_SW_HSI
#define SYSCLK_BSY RCC_CFGR_SWS_HSI
#endif