1
0
Fork 0
forked from len0rd/rockbox

Fix failed builds for non-iPod builds

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10438 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Ankers 2006-08-03 16:38:06 +00:00
parent cec7cdc3bb
commit 28575f6790

View file

@ -451,6 +451,7 @@ void init(void)
#endif
}
#ifdef CPU_PP
void cop_main(void)
{
/* This is the entry point for the coprocessor
@ -463,6 +464,7 @@ void cop_main(void)
COP_CTL = PROC_SLEEP;
}
}
#endif
int main(void)
{