aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-17 13:40:58 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-17 13:40:58 +0000
commit09f8aa29636a0998e2be4f539d9b0adf93843714 (patch)
tree814a2467897287bfeb4ab777ad549cbcf2bbc60b /os
parent8deb48a0341591292c28a9bee44f0e01702f9810 (diff)
downloadChibiOS-09f8aa29636a0998e2be4f539d9b0adf93843714.tar.gz
ChibiOS-09f8aa29636a0998e2be4f539d9b0adf93843714.tar.bz2
ChibiOS-09f8aa29636a0998e2be4f539d9b0adf93843714.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3820 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r--os/hal/platforms/SPC56x/hal_lld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/SPC56x/hal_lld.h b/os/hal/platforms/SPC56x/hal_lld.h
index 20696b7ab..e4b02ab7f 100644
--- a/os/hal/platforms/SPC56x/hal_lld.h
+++ b/os/hal/platforms/SPC56x/hal_lld.h
@@ -118,7 +118,7 @@
* @note The effective divider factor is this value plus one.
*/
#if !defined(SPC563_CLK_PREDIV) || defined(__DOXYGEN__)
-#define SPC563_CLK_PREDIV 2
+#define SPC563_CLK_PREDIV 1
#endif
/**