From 6d02aa1f63b544882d1de9b2f4cf49cf5132b9e1 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 2 Mar 2013 14:23:17 +0000 Subject: [PATCH] More lpc1788 updates git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5697 42af7a65-404d-4744-a932-0658087f49c3 --- configs/open1788/include/board.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/open1788/include/board.h b/configs/open1788/include/board.h index c09bdfc3d6..e03116cc9e 100644 --- a/configs/open1788/include/board.h +++ b/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.