Fix some indentation issues
[lwext4.git] / lwext4 / ext4_config.h
index 020c4a9c34b46b40aa4c7ff3c767bfc15c35e2ce..65c8e102e363eb6183985f4982f283df4f2966d1 100644 (file)
 #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_ */
 
 /**