summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2005-11-12 15:45:48 +0000
committerDave Chapman <dave@dchapman.com>2005-11-12 15:45:48 +0000
commite12f7973112580b7f553c0a518187d2084b95972 (patch)
tree9b85ba2175b92ffb53c87012af57a5e59739ce3f /apps/plugin.c
parenta3bf2ec61cc25fce1de89b1a3f60bb575ec292fc (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.c2
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
&current_tick,
+#endif
default_event_handler,
default_event_handler_ex,
create_thread,