diff options
| author | ngkaho1234 <ngkaho1234@gmail.com> | 2015-10-01 23:25:49 +0800 |
|---|---|---|
| committer | ngkaho1234 <ngkaho1234@gmail.com> | 2015-10-01 23:25:49 +0800 |
| commit | 37eb3f365bd6cb97ccf5809e56d59b420ee7e9a6 (patch) | |
| tree | adb3f30b52fb6dd0d92c0ddb8c5d9a53415ad3c5 | |
| parent | 94d428f1fb88c5c45eba3fd586fa73e5d346b9e0 (diff) | |
CONFIG_HAVE_OWN_ASSERT defaults to 0.
| -rw-r--r-- | lwext4/ext4_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lwext4/ext4_config.h b/lwext4/ext4_config.h index 5b0af0c..65c8e10 100644 --- a/lwext4/ext4_config.h +++ b/lwext4/ext4_config.h @@ -114,7 +114,7 @@ /**@brief Include assert codes from ext4_debug or standard library.*/ #ifndef CONFIG_HAVE_OWN_ASSERT -#define CONFIG_HAVE_OWN_ASSERT 0 +#define CONFIG_HAVE_OWN_ASSERT 1 #endif /**@brief Statistics of block device*/ |
