diff packages/fs/jffs2/current/src/os-ecos.h @ 1305:d256c2b5a157

Small debug improvement from Thomas Koeller
author gthomas
date Tue, 14 Oct 2003 12:24:35 +0000
parents e38842dfa4cc
children 121121d3d18f
line wrap: on
line diff
--- a/packages/fs/jffs2/current/src/os-ecos.h
+++ b/packages/fs/jffs2/current/src/os-ecos.h
@@ -21,7 +21,9 @@
 #include <linux/compiler.h>
 #include "jffs2port.h"
 
-#define CONFIG_JFFS2_FS_DEBUG 0
+#ifndef CONFIG_JFFS2_FS_DEBUG
+# define CONFIG_JFFS2_FS_DEBUG 0
+#endif
 
 static inline uint32_t os_to_jffs2_mode(uint32_t osmode)
 {