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)
#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)
{