Explorar o código

[FIX] Correction command definition

Michal Simek %!s(int64=17) %!d(string=hai) anos
pai
achega
7aa63d8cd3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      fs/romfs/romfs.c

+ 1 - 1
fs/romfs/romfs.c

@@ -26,7 +26,7 @@
 #include <malloc.h>
 #include <command.h>
 
-#if (CONFIG_COMMANDS & CFG_CMD_JFFS2)
+#if defined(CONFIG_CMD_JFFS2)
 
 #include <asm/byteorder.h>
 #include <linux/stat.h>