From 420ddb86cd4c98a2a97270d75024c8d15986716b Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 11 Nov 2008 19:39:17 +0000 Subject: Board has 20MHz crystal, not 10 git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1199 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/us7032evb1/include/board.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/configs/us7032evb1/include') diff --git a/nuttx/configs/us7032evb1/include/board.h b/nuttx/configs/us7032evb1/include/board.h index e73022b62..d674dddd2 100644 --- a/nuttx/configs/us7032evb1/include/board.h +++ b/nuttx/configs/us7032evb1/include/board.h @@ -51,7 +51,7 @@ /* Clocking *****************************************************************/ -#define SH1_CLOCK 10000000 /* 10 MHz */ +#define SH1_CLOCK 20000000 /* 20 MHz */ /* LED definitions **********************************************************/ -- cgit v1.2.3