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, 1 insertions, 1 deletions
diff --git a/apps/main.c b/apps/main.c
index 47af3ab07a..8b1e2e4556 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -604,7 +604,7 @@ void cop_main(void)
604 /* This should never be reached */ 604 /* This should never be reached */
605#endif 605#endif
606 while(1) { 606 while(1) {
607 COP_CTL = PROC_SLEEP; 607 sleep_core(COP);
608 } 608 }
609} 609}
610#endif /* CPU_PP */ 610#endif /* CPU_PP */