diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-02-09 16:36:49 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-02-09 16:36:49 +0000 |
commit | 77934792d53efe99678286bab123c42c546478a7 (patch) | |
tree | 19ff302d365627261bf60802d78669e31bda1b76 /os/hal/platforms/SPC56x | |
parent | 9ab9d1b44b1dfc11094faf3da939d35061b53bed (diff) | |
download | ChibiOS-77934792d53efe99678286bab123c42c546478a7.tar.gz ChibiOS-77934792d53efe99678286bab123c42c546478a7.tar.bz2 ChibiOS-77934792d53efe99678286bab123c42c546478a7.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2722 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/SPC56x')
-rw-r--r-- | os/hal/platforms/SPC56x/hal_lld.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/platforms/SPC56x/hal_lld.h b/os/hal/platforms/SPC56x/hal_lld.h index c61089a38..13dc9a267 100644 --- a/os/hal/platforms/SPC56x/hal_lld.h +++ b/os/hal/platforms/SPC56x/hal_lld.h @@ -112,7 +112,7 @@ * @note The effective divider factor is this value plus one.
*/
#if !defined(SPC563_CLK_PREDIV) || defined(__DOXYGEN__)
-#define SPC563_CLK_PREDIV 0
+#define SPC563_CLK_PREDIV 2
#endif
/**
@@ -120,7 +120,7 @@ * @note Must be in range 32...96.
*/
#if !defined(SPC563_CLK_MFD) || defined(__DOXYGEN__)
-#define SPC563_CLK_MFD 40
+#define SPC563_CLK_MFD 80
#endif
/**
|