summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/ata_idle_notify.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/ata_idle_notify.h b/firmware/export/ata_idle_notify.h
index 644df93851..93a53eee34 100644
--- a/firmware/export/ata_idle_notify.h
+++ b/firmware/export/ata_idle_notify.h
@@ -46,7 +46,7 @@ enum {
46/* Enable storage callbacks everywhere except for bootloaders. Both 46/* Enable storage callbacks everywhere except for bootloaders. Both
47 * hosted and native targets need this. 47 * hosted and native targets need this.
48 */ 48 */
49#define USING_STORAGE_CALLBACK !defined(BOOTLOADER) && !defined(APPLICATION) 49#define USING_STORAGE_CALLBACK !defined(BOOTLOADER) && !defined(APPLICATION) && !defined(__PCTOOL__)
50 50
51extern void register_storage_idle_func(void (*function)(void *data)); 51extern void register_storage_idle_func(void (*function)(void *data));
52#if USING_STORAGE_CALLBACK 52#if USING_STORAGE_CALLBACK