aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-19 13:46:32 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-19 13:46:32 +0000
commit0fd56b4cbf4a8a9b3fbc147bf065dff34322048c (patch)
tree07a708232aa5ba03f6384dd4cd30df79665329da
parent446071f64f0b5c8e9f248c85b27e07f1fba1bc98 (diff)
downloadChibiOS-0fd56b4cbf4a8a9b3fbc147bf065dff34322048c.tar.gz
ChibiOS-0fd56b4cbf4a8a9b3fbc147bf065dff34322048c.tar.bz2
ChibiOS-0fd56b4cbf4a8a9b3fbc147bf065dff34322048c.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5272 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--os/hal/platforms/SPC56ELxx/hal_lld.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/os/hal/platforms/SPC56ELxx/hal_lld.h b/os/hal/platforms/SPC56ELxx/hal_lld.h
index 9e16329ca..ac5d8d0de 100644
--- a/os/hal/platforms/SPC56ELxx/hal_lld.h
+++ b/os/hal/platforms/SPC56ELxx/hal_lld.h
@@ -837,11 +837,10 @@
/**
* @brief Motor Control clock point.
*/
-#if (SPC5_SWG_DIVIDER_VALUE) != 0 || defined(__DOXYGEN)
+#if (SPC5_MCONTROL_DIVIDER_VALUE) != 0 || defined(__DOXYGEN)
#define SPC5_MCONTROL_CLK (SPC5_AUX0_CLK / SPC5_MCONTROL_DIVIDER_VALUE)
#else
#define SPC5_MCONTROL_CLK 0
-_
#endif
/**