From 77c4a4d3e9f5a8f9c8d6c921e05dfae965512117 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 8 May 2009 21:12:33 +0000 Subject: lm3s6918 update git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1764 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/examples/ostest/cond.c | 1 + 1 file changed, 1 insertion(+) (limited to 'nuttx/examples') 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) -- cgit v1.2.3