summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-02 14:23:17 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-02 14:23:17 +0000
commit717f359037ef924f9eaf59d77d7f5721106fabf8 (patch)
treebd89fa3dc75284e84c76a9426f2260169d177394 /nuttx/configs
parent5fb6f65ca74421edf5569ce13ee9f9c364b87d02 (diff)
downloadpx4-nuttx-717f359037ef924f9eaf59d77d7f5721106fabf8.tar.gz
px4-nuttx-717f359037ef924f9eaf59d77d7f5721106fabf8.tar.bz2
px4-nuttx-717f359037ef924f9eaf59d77d7f5721106fabf8.zip
More lpc1788 updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5697 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/open1788/include/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/open1788/include/board.h b/nuttx/configs/open1788/include/board.h
index c09bdfc3d..e03116cc9 100644
--- a/nuttx/configs/open1788/include/board.h
+++ b/nuttx/configs/open1788/include/board.h
@@ -71,7 +71,7 @@
*/
#define LPC17_CCLK 120000000 /* 120Mhz */
-#define LPC17_PCLKDIV 2 /* Peripheral clock = LPC17_CCLK/2 */
+#define BOARD_PCLKDIV 2 /* Peripheral clock = LPC17_CCLK/2 */
/* Select the main oscillator as the frequency source. SYSCLK is then the frequency
* of the main oscillator.