mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
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:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user