summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorDaniel Ankers <dan@weirdo.org.uk>2006-08-03 16:38:06 +0000
committerDaniel Ankers <dan@weirdo.org.uk>2006-08-03 16:38:06 +0000
commit28575f679013d31af0301b80d924a6286e4e2ad0 (patch)
tree3077541831180f10cda5f985bef4f2a06a2e9674 /apps
parentcec7cdc3bbf46379131e6951585951cf97444326 (diff)
downloadrockbox-28575f679013d31af0301b80d924a6286e4e2ad0.tar.gz
rockbox-28575f679013d31af0301b80d924a6286e4e2ad0.zip
Fix failed builds for non-iPod builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10438 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/main.c b/apps/main.c
index f8c3604f6b..b725d0252f 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -451,6 +451,7 @@ void init(void)
451#endif 451#endif
452} 452}
453 453
454#ifdef CPU_PP
454void cop_main(void) 455void cop_main(void)
455{ 456{
456/* This is the entry point for the coprocessor 457/* This is the entry point for the coprocessor
@@ -463,6 +464,7 @@ void cop_main(void)
463 COP_CTL = PROC_SLEEP; 464 COP_CTL = PROC_SLEEP;
464 } 465 }
465} 466}
467#endif
466 468
467int main(void) 469int main(void)
468{ 470{