aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-18 11:15:13 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-18 11:15:13 +0000
commit5a99b9e5bfbf97a65a082efd0e325ab764024dc6 (patch)
tree2a4c67fc0a618acdfc0c39689cd4b821ac67c5b7
parent2f7db979a408b3769a1c5b1d13acf147e56fccff (diff)
downloadChibiOS-5a99b9e5bfbf97a65a082efd0e325ab764024dc6.tar.gz
ChibiOS-5a99b9e5bfbf97a65a082efd0e325ab764024dc6.tar.bz2
ChibiOS-5a99b9e5bfbf97a65a082efd0e325ab764024dc6.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5239 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--os/hal/platforms/SPC56ELxx/hal_lld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/SPC56ELxx/hal_lld.h b/os/hal/platforms/SPC56ELxx/hal_lld.h
index 06970bec0..9e16329ca 100644
--- a/os/hal/platforms/SPC56ELxx/hal_lld.h
+++ b/os/hal/platforms/SPC56ELxx/hal_lld.h
@@ -315,7 +315,7 @@
* @note Zero means disabled clock.
*/
#if !defined(SPC5_SYSCLK_DIVIDER_VALUE) || defined(__DOXYGEN__)
-#define SPC5_SYSCLK_DIVIDER_VALUE 1
+#define SPC5_SYSCLK_DIVIDER_VALUE 2
#endif
/**