diff options
Diffstat (limited to 'apps/plugin.h')
| -rw-r--r-- | apps/plugin.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index 66ef0a3..7f86d54 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -277,9 +277,7 @@ struct plugin_api { /* kernel/ system */ void (*PREFIX(sleep))(int ticks); void (*yield)(void); -#if CONFIG_CPU!=PP5020 long* current_tick; -#endif long (*default_event_handler)(long event); long (*default_event_handler_ex)(long event, void (*callback)(void *), void *parameter); int (*create_thread)(void (*function)(void), void* stack, int stack_size, const char *name); |