Add clock initialization

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2463 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2009-12-30 15:57:25 +00:00
parent 18fd1b870a
commit a8c92fb43a

View File

@ -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
};