summaryrefslogtreecommitdiff
path: root/nuttx/sched
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-04-24 16:46:38 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-04-24 16:46:38 -0600
commit2b0558a4003a031a7e6dc0c95670473e018d8b98 (patch)
tree2c0a2c31f3b62533b88d995ad899ae21a0a8e0e7 /nuttx/sched
parent3abdc6aa5c3dca639e5d73d23bf93fe8d9259937 (diff)
downloadpx4-nuttx-2b0558a4003a031a7e6dc0c95670473e018d8b98.tar.gz
px4-nuttx-2b0558a4003a031a7e6dc0c95670473e018d8b98.tar.bz2
px4-nuttx-2b0558a4003a031a7e6dc0c95670473e018d8b98.zip
Minor Freedom-KL25Z updates
Diffstat (limited to 'nuttx/sched')
-rw-r--r--nuttx/sched/task_delete.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nuttx/sched/task_delete.c b/nuttx/sched/task_delete.c
index f6a19a790..637b536ec 100644
--- a/nuttx/sched/task_delete.c
+++ b/nuttx/sched/task_delete.c
@@ -235,7 +235,6 @@ int task_delete(pid_t pid)
* don't bother to unlock the TCB since it will be going away.
*/
- DEBUGASSERT(!nonblocking);
exit(EXIT_SUCCESS);
}