git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5150 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2013-02-11 08:37:45 +00:00
parent 58d24be416
commit 845ca3e5f4
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ void spc_clock_init(void) {
(SPC5_FMPLL0_NDIV_VALUE << 16);
CGM.FMPLL[0].MR.R = 0; /* TODO: Add a setting. */
CGM.FMPLL[1].CR.R = SPC5_FMPLL1_ODF |
(SPC5_FMPLL1_IDF_VALUE << 26) |
((SPC5_FMPLL1_IDF_VALUE - 1) << 26) |
(SPC5_FMPLL1_NDIV_VALUE << 16);
CGM.FMPLL[1].MR.R = 0; /* TODO: Add a setting. */