summaryrefslogtreecommitdiff
path: root/nuttx/examples/ostest/cond.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/examples/ostest/cond.c')
-rw-r--r--nuttx/examples/ostest/cond.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/examples/ostest/cond.c b/nuttx/examples/ostest/cond.c
index d5f96dfc5..11191b7d5 100644
--- a/nuttx/examples/ostest/cond.c
+++ b/nuttx/examples/ostest/cond.c
@@ -123,6 +123,7 @@ static void *thread_waiter(void *parameter)
waiter_nloops++;
}
+ return NULL;
}
static void *thread_signaler(void *parameter)