1
0
Fork 0
forked from len0rd/rockbox

iPod: current_tick is now a variable, so we can export it via the plugin and codec APIs

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8225 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2005-12-12 14:05:14 +00:00
parent 544b03cf9a
commit 77bf6bf370
4 changed files with 0 additions and 8 deletions

View file

@ -124,9 +124,7 @@ struct codec_api ci = {
/* kernel/ system */
PREFIX(sleep),
yield,
#if CONFIG_CPU != PP5020
&current_tick,
#endif
default_event_handler,
default_event_handler_ex,
create_thread,