summaryrefslogtreecommitdiff
path: root/nuttx/examples/ostest
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-29 23:58:39 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-29 23:58:39 +0000
commitb15595dcc890f5f9440cf6150e707a5f1739d396 (patch)
treef35b2d0ceac0252a4221ee57abe87c1a76878066 /nuttx/examples/ostest
parentd8eec36ace6f20f255b285e83fd6667058fd8f63 (diff)
downloadpx4-nuttx-b15595dcc890f5f9440cf6150e707a5f1739d396.tar.gz
px4-nuttx-b15595dcc890f5f9440cf6150e707a5f1739d396.tar.bz2
px4-nuttx-b15595dcc890f5f9440cf6150e707a5f1739d396.zip
Misc fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@584 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/ostest')
-rw-r--r--nuttx/examples/ostest/mqueue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/examples/ostest/mqueue.c b/nuttx/examples/ostest/mqueue.c
index e15d4680c..44a5e103f 100644
--- a/nuttx/examples/ostest/mqueue.c
+++ b/nuttx/examples/ostest/mqueue.c
@@ -367,11 +367,11 @@ void mqueue_test(void)
printf("mqueue_test: Killing receiver\n");
pthread_kill(receiver, 9);
-#endif
/* Wait a bit to see if the thread exits on its own */
usleep(500*1000);
+#endif
/* Then cancel the thread and see if it did */