From 3003b6c779b197e2bc56572ef796668bd6028b4c Mon Sep 17 00:00:00 2001 From: Per <Per Lindgren> Date: Tue, 28 Feb 2017 08:33:59 +0000 Subject: [PATCH] small fix --- src/main.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main.c b/src/main.c index 391a874..7cd76dd 100644 --- a/src/main.c +++ b/src/main.c @@ -64,7 +64,7 @@ TASK(j2) { trace_printf("j2_exit\n"); } -/* enable in assignment c // */ +/* enable in assignment c TASK(j3) { trace_printf("j3_enter\n"); LOCK(r1); @@ -73,7 +73,9 @@ TASK(j3) { JOB_REQUEST(j1); trace_printf("j3_exit\n"); } -// */ +// +*/ + /* Assignments -- GitLab