diff options
Diffstat (limited to 'cfg/chconf.h')
-rw-r--r-- | cfg/chconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg/chconf.h b/cfg/chconf.h index eb399f7..7e11588 100644 --- a/cfg/chconf.h +++ b/cfg/chconf.h @@ -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
/**
|