diff options
author | Dave Chapman <dave@dchapman.com> | 2005-11-12 15:45:48 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2005-11-12 15:45:48 +0000 |
commit | e12f7973112580b7f553c0a518187d2084b95972 (patch) | |
tree | 9b85ba2175b92ffb53c87012af57a5e59739ce3f /apps/plugin.c | |
parent | a3bf2ec61cc25fce1de89b1a3f60bb575ec292fc (diff) |
iPod: current_tick is (currently) a macro - so we exclude it from the plugin and codec APIs
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7826 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
-rw-r--r-- | apps/plugin.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index aa70c97181..b1560c7182 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -207,7 +207,9 @@ static const struct plugin_api rockbox_api = { /* kernel/ system */ PREFIX(sleep), yield, +#if CONFIG_CPU != PP5020 ¤t_tick, +#endif default_event_handler, default_event_handler_ex, create_thread, |