summaryrefslogtreecommitdiff
path: root/firmware/rolo.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/rolo.c')
-rw-r--r--firmware/rolo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/rolo.c b/firmware/rolo.c
index fa1748341b..2a4b753948 100644
--- a/firmware/rolo.c
+++ b/firmware/rolo.c
@@ -63,8 +63,8 @@ void rolo_restart_cop(void)
63 { 63 {
64 /* There should be free thread slots aplenty */ 64 /* There should be free thread slots aplenty */
65 create_thread(rolo_restart_cop, cop_idlestackbegin, IDLE_STACK_SIZE, 65 create_thread(rolo_restart_cop, cop_idlestackbegin, IDLE_STACK_SIZE,
66 "rolo COP" IF_PRIO(, PRIORITY_REALTIME) 66 0, "rolo COP" IF_PRIO(, PRIORITY_REALTIME)
67 IF_COP(, COP, false)); 67 IF_COP(, COP));
68 return; 68 return;
69 } 69 }
70 70