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 0428f3f9a7..65c181302a 100644
--- a/firmware/export/ata_idle_notify.h
+++ b/firmware/export/ata_idle_notify.h
@@ -47,7 +47,7 @@ extern void unregister_ata_idle_func(ata_idle_notify function, bool run);
47extern bool call_ata_idle_notifys(bool sleep_after); 47extern bool call_ata_idle_notifys(bool sleep_after);
48#else 48#else
49#define unregister_ata_idle_func(f,r) 49#define unregister_ata_idle_func(f,r)
50#define call_ata_idle_notifys() 50#define call_ata_idle_notifys(s)
51#define ata_idle_notify_init(s) 51#define ata_idle_notify_init(s)
52#endif 52#endif
53 53