aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports
diff options
context:
space:
mode:
authorutzig <utzig@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-08-06 01:02:51 +0000
committerutzig <utzig@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-08-06 01:02:51 +0000
commit7baef1fa5f62d99e5930e0685b5649a3aaeaea1e (patch)
treed6c98e5170e81b2eedd8dd48251e123ac74adb58 /os/hal/ports
parent9cdcf206c222423108380a8b9cdb025ee0247301 (diff)
downloadChibiOS-7baef1fa5f62d99e5930e0685b5649a3aaeaea1e.tar.gz
ChibiOS-7baef1fa5f62d99e5930e0685b5649a3aaeaea1e.tar.bz2
ChibiOS-7baef1fa5f62d99e5930e0685b5649a3aaeaea1e.zip
[KINETIS] Style fix
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7134 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports')
-rw-r--r--os/hal/ports/KINETIS/KL2x/hal_lld.c2
1 files changed, 1 insertions, 1 deletions
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)