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 1405ba3924..171ed7f1af 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -228,7 +228,7 @@ struct plugin_api {
228#endif 228#endif
229 void (*plugin_tsr)(void (*exit_callback)(void)); 229 void (*plugin_tsr)(void (*exit_callback)(void));
230 int (*create_thread)(void* function, void* stack, int stack_size, char *name); 230 int (*create_thread)(void* function, void* stack, int stack_size, char *name);
231 void (*remove_tread)(int threadnum); 231 void (*remove_thread)(int threadnum);
232 void (*lcd_set_contrast)(int x); 232 void (*lcd_set_contrast)(int x);
233 233
234 /* playback control */ 234 /* playback control */