Skip to content

Commit

Permalink
Merge pull request #3321 from jeromecoutant/PR_L432KC
Browse files Browse the repository at this point in the history
no HSE available by default for NUCLEO_L432KC
  • Loading branch information
0xc0170 authored Nov 29, 2016
2 parents 519b500 + a933032 commit c57427f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c57427f

Please sign in to comment.