aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/SPC56ELxx
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-05-02 12:06:58 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-05-02 12:06:58 +0000
commit794c092a2aa7dfe3ca93a9ac5f5714855854553f (patch)
tree7263168ebb0bf90eb6b7de5d76b990e767e86f8e /testhal/SPC56ELxx
parent51069d7c81a2320ffd487e5788e6bc48ede3f11a (diff)
downloadChibiOS-794c092a2aa7dfe3ca93a9ac5f5714855854553f.tar.gz
ChibiOS-794c092a2aa7dfe3ca93a9ac5f5714855854553f.tar.bz2
ChibiOS-794c092a2aa7dfe3ca93a9ac5f5714855854553f.zip
Fixed eTimer ICU driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5653 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/SPC56ELxx')
-rw-r--r--testhal/SPC56ELxx/PWM-ICU/chconf.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/testhal/SPC56ELxx/PWM-ICU/chconf.h b/testhal/SPC56ELxx/PWM-ICU/chconf.h
index c132ac014..50d8024a1 100644
--- a/testhal/SPC56ELxx/PWM-ICU/chconf.h
+++ b/testhal/SPC56ELxx/PWM-ICU/chconf.h
@@ -357,7 +357,7 @@
* @note The default is @p FALSE.
*/
#if !defined(CH_DBG_SYSTEM_STATE_CHECK) || defined(__DOXYGEN__)
-#define CH_DBG_SYSTEM_STATE_CHECK FALSE
+#define CH_DBG_SYSTEM_STATE_CHECK TRUE
#endif
/**
@@ -368,7 +368,7 @@
* @note The default is @p FALSE.
*/
#if !defined(CH_DBG_ENABLE_CHECKS) || defined(__DOXYGEN__)
-#define CH_DBG_ENABLE_CHECKS FALSE
+#define CH_DBG_ENABLE_CHECKS TRUE
#endif
/**
@@ -380,7 +380,7 @@
* @note The default is @p FALSE.
*/
#if !defined(CH_DBG_ENABLE_ASSERTS) || defined(__DOXYGEN__)
-#define CH_DBG_ENABLE_ASSERTS FALSE
+#define CH_DBG_ENABLE_ASSERTS TRUE
#endif
/**
@@ -391,7 +391,7 @@
* @note The default is @p FALSE.
*/
#if !defined(CH_DBG_ENABLE_TRACE) || defined(__DOXYGEN__)
-#define CH_DBG_ENABLE_TRACE FALSE
+#define CH_DBG_ENABLE_TRACE TRUE
#endif
/**
@@ -417,7 +417,7 @@
* @note The default is @p FALSE.
*/
#if !defined(CH_DBG_FILL_THREADS) || defined(__DOXYGEN__)
-#define CH_DBG_FILL_THREADS FALSE
+#define CH_DBG_FILL_THREADS TRUE
#endif
/**