diff options
Diffstat (limited to 'test/coverage/chconf.h')
-rw-r--r-- | test/coverage/chconf.h | 2 |
1 files changed, 1 insertions, 1 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
/**
|