diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-04-23 12:15:29 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-04-23 12:15:29 +0000 |
commit | 6ee0ba7abd0a90fb8b5cd39cccf3ddf080114b4d (patch) | |
tree | 02cf8d05c793ddfa75277369af4f330828d9f5c6 /os/hal/platforms | |
parent | 3911a83e6e485dd33509ace85dab37922cdc5da9 (diff) | |
download | ChibiOS-6ee0ba7abd0a90fb8b5cd39cccf3ddf080114b4d.tar.gz ChibiOS-6ee0ba7abd0a90fb8b5cd39cccf3ddf080114b4d.tar.bz2 ChibiOS-6ee0ba7abd0a90fb8b5cd39cccf3ddf080114b4d.zip |
Fixed parameters for SPC564Axx.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5608 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms')
-rw-r--r-- | os/hal/platforms/SPC564Axx/hal_lld.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/platforms/SPC564Axx/hal_lld.h b/os/hal/platforms/SPC564Axx/hal_lld.h index 196646a04..d2ee43f55 100644 --- a/os/hal/platforms/SPC564Axx/hal_lld.h +++ b/os/hal/platforms/SPC564Axx/hal_lld.h @@ -133,7 +133,7 @@ * @note Must be in range 1...15.
*/
#if !defined(SPC5_CLK_PREDIV_VALUE) || defined(__DOXYGEN__)
-#define SPC5_CLK_PREDIV_VALUE 8
+#define SPC5_CLK_PREDIV_VALUE 2
#endif
/**
@@ -141,7 +141,7 @@ * @note Must be in range 32...96.
*/
#if !defined(SPC5_CLK_MFD_VALUE) || defined(__DOXYGEN__)
-#define SPC5_CLK_MFD_VALUE 60
+#define SPC5_CLK_MFD_VALUE 75
#endif
/**
|