git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1123 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2008-11-02 22:25:58 +00:00
parent 1dee6ffd78
commit d5820f6056
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
#define STR71X_PLL1OUT ((STR71X_PLL1OUT_MUL * STR71X_CLK2) / STR71X_PLL1OUT_DIV)
/* PLL2 OUTderives from HCLK */
/* PLL2 OUT derives from HCLK */
#define STR71X_PLL2OUT ((STR71X_PLL2OUT_MUL * STR71X_HCLK) / STR71X_PLL2OUT_DIV)