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);