summaryrefslogtreecommitdiff
path: root/nuttx/configs/kwikstik-k40/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-14 15:53:19 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-14 15:53:19 +0000
commit6e69036ba018c62efcda6d93ded93850841e6f5d (patch)
tree873a42c6903c56542ef2597a0d22686b47c3e9c5 /nuttx/configs/kwikstik-k40/include
parentfcd51cbc81e18535d3b4221ae6e4cb18bf3623e9 (diff)
downloadpx4-nuttx-6e69036ba018c62efcda6d93ded93850841e6f5d.tar.gz
px4-nuttx-6e69036ba018c62efcda6d93ded93850841e6f5d.tar.bz2
px4-nuttx-6e69036ba018c62efcda6d93ded93850841e6f5d.zip
Add basic Kinetis serial support
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3878 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/kwikstik-k40/include')
-rwxr-xr-xnuttx/configs/kwikstik-k40/include/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/kwikstik-k40/include/board.h b/nuttx/configs/kwikstik-k40/include/board.h
index ee5083454..97fd786ac 100755
--- a/nuttx/configs/kwikstik-k40/include/board.h
+++ b/nuttx/configs/kwikstik-k40/include/board.h
@@ -70,7 +70,7 @@
#define BOARD_PLLIN_FREQ (BOARD_EXTAL_FREQ / BOARD_PRDIV)
#define BOARD_PLLOUT_FREQ (BOARD_EXTAL_FREQ * BOARD_VDIV)
-#define BOARD_MCG_FREQ BOARD_PLL_FREQ
+#define BOARD_MCG_FREQ BOARD_PLLOUT_FREQ
/* SIM CLKDIV1 dividers */