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:
parent
cec7cdc3bb
commit
28575f6790
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue