aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
/**