summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 2da469f004..845db14cef 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -217,7 +217,7 @@ struct plugin_api {
217#endif 217#endif
218 void (*plugin_tsr)(void (*exit_callback)(void)); 218 void (*plugin_tsr)(void (*exit_callback)(void));
219 int (*create_thread)(void* function, void* stack, int stack_size, char *name); 219 int (*create_thread)(void* function, void* stack, int stack_size, char *name);
220 void (*remove_tread)(void); 220 void (*remove_tread)(int threadnum);
221 void (*lcd_set_contrast)(int x); 221 void (*lcd_set_contrast)(int x);
222 222
223 /* playback control */ 223 /* playback control */