From 7baef1fa5f62d99e5930e0685b5649a3aaeaea1e Mon Sep 17 00:00:00 2001 From: utzig Date: Wed, 6 Aug 2014 01:02:51 +0000 Subject: [KINETIS] Style fix git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7134 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/KINETIS/KL2x/hal_lld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal') diff --git a/os/hal/ports/KINETIS/KL2x/hal_lld.c b/os/hal/ports/KINETIS/KL2x/hal_lld.c index eabadc9e0..d33666ca5 100644 --- a/os/hal/ports/KINETIS/KL2x/hal_lld.c +++ b/os/hal/ports/KINETIS/KL2x/hal_lld.c @@ -82,7 +82,7 @@ void kl2x_clock_init(void) { /* System oscillator drives 32 kHz clock (OSC32KSEL=0) */ 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. */ /* The MCGOUTCLK is divided by OUTDIV1 and OUTDIV4: * OUTDIV1 (divider for core/system and bus/flash clock) -- cgit v1.2.3