diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2020-10-17 13:40:59 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2020-10-17 13:40:59 -0400 |
commit | 829c4b5dcbcb5383b8c1f7a32591cd03e08f6b37 (patch) | |
tree | 33457cb7782e850bbafe396ad8dd144ae0c4d340 /cfg/chconf.h | |
parent | 27060ea3c827c33a35c916e05efed63d1ca82b77 (diff) |
Sampling rate done. 96kS/s
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
/**
|