no HSE available by default for NUCLEO_L432KC

pull/3321/head
jeromecoutant 2016-11-24 11:32:18 +01:00
parent d60f424a7e
commit a933032a58
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@
*/
// Select the clock sources (default is PLL_MSI) 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 (0) // Use external xtal
#define USE_PLL_HSI (0) // Use HSI/MSI internal clock (0=MSI, 1=HSI)
#define DEBUG_MCO (0) // Output the MCO on PA8 for debugging (0=OFF, 1=SYSCLK, 2=HSE, 3=HSI, 4=MSI)