X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=lwext4%2Fext4_config.h;h=65c8e102e363eb6183985f4982f283df4f2966d1;hb=edcd44595bcb730d60d0e0cbd6c4ede76cd2f2c7;hp=67fd3bf8af685b0849bfe1fd612467f945339038;hpb=2651b659e1ad76ad7b5980573643b513b571be9e;p=lwext4.git diff --git a/lwext4/ext4_config.h b/lwext4/ext4_config.h index 67fd3bf..65c8e10 100644 --- a/lwext4/ext4_config.h +++ b/lwext4/ext4_config.h @@ -112,6 +112,11 @@ #define CONFIG_DEBUG_ASSERT 1 #endif +/**@brief Include assert codes from ext4_debug or standard library.*/ +#ifndef CONFIG_HAVE_OWN_ASSERT +#define CONFIG_HAVE_OWN_ASSERT 1 +#endif + /**@brief Statistics of block device*/ #ifndef CONFIG_BLOCK_DEV_ENABLE_STATS #define CONFIG_BLOCK_DEV_ENABLE_STATS 1 @@ -132,6 +137,11 @@ #define CONFIG_EXT4_MOUNTPOINTS_COUNT 2 #endif +/**@brief Include open flags from ext4_errno or standard library.*/ +#ifndef CONFIG_HAVE_OWN_OFLAGS +#define CONFIG_HAVE_OWN_OFLAGS 0 +#endif + #endif /* EXT4_CONFIG_H_ */ /**