aboutsummaryrefslogtreecommitdiffstats
path: root/cfg/chconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'cfg/chconf.h')
-rw-r--r--cfg/chconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cfg/chconf.h b/cfg/chconf.h
index 04570c1..faa8600 100644
--- a/cfg/chconf.h
+++ b/cfg/chconf.h
@@ -544,7 +544,7 @@
* @note The default is @p FALSE.
*/
#if !defined(CH_DBG_ENABLE_CHECKS)
-#define CH_DBG_ENABLE_CHECKS FALSE
+#define CH_DBG_ENABLE_CHECKS TRUE
#endif
/**
@@ -556,7 +556,7 @@
* @note The default is @p FALSE.
*/
#if !defined(CH_DBG_ENABLE_ASSERTS)
-#define CH_DBG_ENABLE_ASSERTS FALSE
+#define CH_DBG_ENABLE_ASSERTS TRUE
#endif
/**