summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 8682deb60e..9728dc4ac4 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -205,7 +205,7 @@ struct plugin_api {
205 struct user_settings* global_settings; 205 struct user_settings* global_settings;
206 void (*backlight_set_timeout)(int index); 206 void (*backlight_set_timeout)(int index);
207#ifndef SIMULATOR 207#ifndef SIMULATOR
208 void (*ata_sleep)(void); 208 int (*ata_sleep)(void);
209#endif 209#endif
210}; 210};
211 211