[KINETIS] Style fix
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7134 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
9cdcf206c2
commit
7baef1fa5f
|
@ -82,7 +82,7 @@ void kl2x_clock_init(void) {
|
||||||
/* System oscillator drives 32 kHz clock (OSC32KSEL=0) */
|
/* System oscillator drives 32 kHz clock (OSC32KSEL=0) */
|
||||||
SIM->SOPT1 &= ~SIM_SOPT1_OSC32KSEL_MASK;
|
SIM->SOPT1 &= ~SIM_SOPT1_OSC32KSEL_MASK;
|
||||||
|
|
||||||
#if KINETIS_MCG_MODE == KINETIS_MCG_MODE_FEI
|
#if KINETIS_MCG_MODE == KINETIS_MCG_MODE_FEI
|
||||||
/* This is the default mode at reset. */
|
/* This is the default mode at reset. */
|
||||||
/* The MCGOUTCLK is divided by OUTDIV1 and OUTDIV4:
|
/* The MCGOUTCLK is divided by OUTDIV1 and OUTDIV4:
|
||||||
* OUTDIV1 (divider for core/system and bus/flash clock)
|
* OUTDIV1 (divider for core/system and bus/flash clock)
|
||||||
|
|
Loading…
Reference in New Issue