From faba0ca69b52e5ec805ea6584741af148df6ed8f Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 30 Dec 2009 15:57:25 +0000 Subject: Add clock initialization git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2463 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/ea3131/src/up_clkinit.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nuttx/configs/ea3131/src') diff --git a/nuttx/configs/ea3131/src/up_clkinit.c b/nuttx/configs/ea3131/src/up_clkinit.c index 334f0ce80..7acc4c319 100755 --- a/nuttx/configs/ea3131/src/up_clkinit.c +++ b/nuttx/configs/ea3131/src/up_clkinit.c @@ -399,6 +399,7 @@ const struct lpc313x_clkinit_s g_cgu_default_clks = /* Dynamic fractional divider configuration (7) */ +#if 0 /* Dynamic fractional divider initialization not implemented */ { { CGU_DYNSEL_ALLBITS, {1, 1, 64} @@ -422,6 +423,7 @@ const struct lpc313x_clkinit_s g_cgu_default_clks = CGU_DYNSEL_ALLBITS, {1, 1, 3} } } +#endif }; -- cgit v1.2.3