summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main.c')
-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{