From 82970fda2ee5a781edd06987112162c9d38e9524 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Sun, 4 Oct 2009 02:17:54 +0000 Subject: [PATCH] CONFIG_NAND is not a bitfield git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22906 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/ata_idle_notify.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/export/ata_idle_notify.h b/firmware/export/ata_idle_notify.h index ceba2eeda4..18f1648e00 100644 --- a/firmware/export/ata_idle_notify.h +++ b/firmware/export/ata_idle_notify.h @@ -45,7 +45,7 @@ enum { #define USING_STORAGE_CALLBACK !defined(SIMULATOR) \ && ! ((CONFIG_STORAGE & STORAGE_NAND) \ - && (CONFIG_NAND & NAND_IFP7XX)) \ + && (CONFIG_NAND == NAND_IFP7XX)) \ && !defined(BOOTLOADER) typedef bool (*storage_idle_notify)(void);