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 a95d80b7aa..3b9ca03e32 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -334,7 +334,7 @@ struct plugin_api {
334#ifdef HAVE_PRIORITY_SCHEDULING 334#ifdef HAVE_PRIORITY_SCHEDULING
335 void (*priority_yield)(void); 335 void (*priority_yield)(void);
336#endif 336#endif
337 long* current_tick; 337 volatile long* current_tick;
338 long (*default_event_handler)(long event); 338 long (*default_event_handler)(long event);
339 long (*default_event_handler_ex)(long event, void (*callback)(void *), void *parameter); 339 long (*default_event_handler_ex)(long event, void (*callback)(void *), void *parameter);
340 struct thread_entry* threads; 340 struct thread_entry* threads;