[cmsis][MTS_DRAGONFLY_F411RE] set USE_PLL_HSE_EXTC to 0, causing problems with IAR export and we have no external clock option

pull/787/head
Mike Fiore 2014-11-24 09:43:18 -06:00
parent 2a5c204fa2
commit ff0b8fce30
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@
*/
/* Select the clock sources (other than HSI) to start with (0=OFF, 1=ON) */
#define USE_PLL_HSE_EXTC (1) /* Use external clock */
#define USE_PLL_HSE_EXTC (0) /* Use external clock */
#define USE_PLL_HSE_XTAL (1) /* Use external xtal */
/**