diff options
| -rw-r--r-- | firmware/export/ata_idle_notify.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/ata_idle_notify.h b/firmware/export/ata_idle_notify.h index 0428f3f..65c1813 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); extern bool call_ata_idle_notifys(bool sleep_after); #else #define unregister_ata_idle_func(f,r) -#define call_ata_idle_notifys() +#define call_ata_idle_notifys(s) #define ata_idle_notify_init(s) #endif |