diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-02-18 11:15:13 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-02-18 11:15:13 +0000 |
commit | 5a99b9e5bfbf97a65a082efd0e325ab764024dc6 (patch) | |
tree | 2a4c67fc0a618acdfc0c39689cd4b821ac67c5b7 /os/hal/platforms | |
parent | 2f7db979a408b3769a1c5b1d13acf147e56fccff (diff) | |
download | ChibiOS-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
Diffstat (limited to 'os/hal/platforms')
-rw-r--r-- | os/hal/platforms/SPC56ELxx/hal_lld.h | 2 |
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
/**
|