summaryrefslogtreecommitdiff
path: root/nuttx/examples/ostest
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/examples/ostest')
-rw-r--r--nuttx/examples/ostest/cancel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nuttx/examples/ostest/cancel.c b/nuttx/examples/ostest/cancel.c
index c6803c048..2bd08da24 100644
--- a/nuttx/examples/ostest/cancel.c
+++ b/nuttx/examples/ostest/cancel.c
@@ -150,7 +150,6 @@ static void start_thread(pthread_t *waiter, int cancelable)
printf("start_thread: Yielding\n");
pthread_yield();
-
}
static void restart_thread(pthread_t *waiter, int cancelable)