aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-26 09:17:52 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-26 09:17:52 +0000
commitaaa6634772fd7b39c87f32b9f4035372cbaf6952 (patch)
treedcea3d213a873ef696905a70d7ec99ce595cdc42
parentaa91d2b053de9f8619c03db2810d51488229320f (diff)
downloadChibiOS-aaa6634772fd7b39c87f32b9f4035372cbaf6952.tar.gz
ChibiOS-aaa6634772fd7b39c87f32b9f4035372cbaf6952.tar.bz2
ChibiOS-aaa6634772fd7b39c87f32b9f4035372cbaf6952.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3879 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--test/coverage/chconf.h2
-rw-r--r--test/coverage/halconf.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/coverage/chconf.h b/test/coverage/chconf.h
index 5ed2886f1..d514e822d 100644
--- a/test/coverage/chconf.h
+++ b/test/coverage/chconf.h
@@ -409,7 +409,7 @@
* @p panic_msg variable set to @p NULL.
*/
#if !defined(CH_DBG_ENABLE_STACK_CHECK) || defined(__DOXYGEN__)
-#define CH_DBG_ENABLE_STACK_CHECK TRUE
+#define CH_DBG_ENABLE_STACK_CHECK FALSE
#endif
/**
diff --git a/test/coverage/halconf.h b/test/coverage/halconf.h
index def32cb3d..5b49950cd 100644
--- a/test/coverage/halconf.h
+++ b/test/coverage/halconf.h
@@ -38,7 +38,7 @@
* @brief Enables the TM subsystem.
*/
#if !defined(HAL_USE_TM) || defined(__DOXYGEN__)
-#define HAL_USE_TM TRUE
+#define HAL_USE_TM FALSE
#endif
/**