summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-05-05 22:35:07 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-05-05 22:35:07 +0000
commit07ba2fa8d09cba4b1745b5c4fd2c58bd7ca551ec (patch)
treec9b98c567c1cae44e6887a75c60463a746a63560 /nuttx/configs
parent6c26b5b9d87864d5eab31924a300dadfa3056f26 (diff)
downloadpx4-nuttx-07ba2fa8d09cba4b1745b5c4fd2c58bd7ca551ec.tar.gz
px4-nuttx-07ba2fa8d09cba4b1745b5c4fd2c58bd7ca551ec.tar.bz2
px4-nuttx-07ba2fa8d09cba4b1745b5c4fd2c58bd7ca551ec.zip
Add logic for system timer
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@204 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/mcu123-lpc214x/include/board.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/configs/mcu123-lpc214x/include/board.h b/nuttx/configs/mcu123-lpc214x/include/board.h
index 5fd69c3aa..c6fb20e9a 100644
--- a/nuttx/configs/mcu123-lpc214x/include/board.h
+++ b/nuttx/configs/mcu123-lpc214x/include/board.h
@@ -55,6 +55,8 @@
#define LPC214X_MSEL (PLL_M-1)
#define LPC214X_PLL_P 2
+#define LPC214X_PCLKFREQ (LPC214X_FOSC/4) /* PCLK must be FOSC/4 */
+
#define LPC214X_PSEL0 5
#define LPC214X_PSEL1 6