aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorutzig <utzig@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-08-19 12:06:20 +0000
committerutzig <utzig@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-08-19 12:06:20 +0000
commitb11b3d4b0b4a3c3df90de78ed2a1e213e5302211 (patch)
treec75b05c7915ea7160ba16e974dc818d08e9f29bc
parentdd8d02ae8e27372ddb3d35a207b5a58fb9b83577 (diff)
downloadChibiOS-b11b3d4b0b4a3c3df90de78ed2a1e213e5302211.tar.gz
ChibiOS-b11b3d4b0b4a3c3df90de78ed2a1e213e5302211.tar.bz2
ChibiOS-b11b3d4b0b4a3c3df90de78ed2a1e213e5302211.zip
[KINETIS] Fix typos and comments
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7180 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--demos/KINETIS/RT-FREEDOM-K20D50M/mcuconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/KINETIS/RT-FREEDOM-K20D50M/mcuconf.h b/demos/KINETIS/RT-FREEDOM-K20D50M/mcuconf.h
index a39e553f4..d2aa5e64a 100644
--- a/demos/KINETIS/RT-FREEDOM-K20D50M/mcuconf.h
+++ b/demos/KINETIS/RT-FREEDOM-K20D50M/mcuconf.h
@@ -22,7 +22,7 @@
/* Select the MCU clocking mode below by enabling the appropriate block. */
-/* Disable all clock intialization */
+/* Enable clock initialization by HAL */
#define KINETIS_NO_INIT FALSE
/* PEE mode - external 8 MHz crystal with PLL for 48 MHz core/system clock. */
@@ -32,7 +32,7 @@
#define KINETIS_SYSCLK_FREQUENCY 48000000UL
#endif
-/* FEI mode - 48 MHz with internal 32.768 kHz crystal */
+/* FEI mode - 48 MHz with internal 32.768 kHz oscillator */
#if 0
#define KINETIS_MCG_MODE KINETIS_MCG_MODE_FEI
#define KINETIS_MCG_FLL_DMX32 1 /* Fine-tune for 32.768 kHz */