aboutsummaryrefslogtreecommitdiff
path: root/nuttx/sched
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-09-14 14:07:21 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-09-14 14:07:21 +0000
commitcc0c42dd3194dc1742369d7fd8aaa8ad65f1ae26 (patch)
tree78375ed0dfcfed58f45bf266c76a1f9230df01c9 /nuttx/sched
parentae33fc3ed02ad0c56612124a26028123c353bee0 (diff)
downloadpx4-firmware-cc0c42dd3194dc1742369d7fd8aaa8ad65f1ae26.tar.gz
px4-firmware-cc0c42dd3194dc1742369d7fd8aaa8ad65f1ae26.tar.bz2
px4-firmware-cc0c42dd3194dc1742369d7fd8aaa8ad65f1ae26.zip
Add XML RPC server plus NXWM build fixes from Max Holtzberg
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5150 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/sched')
-rw-r--r--nuttx/sched/task_exithook.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/sched/task_exithook.c b/nuttx/sched/task_exithook.c
index 8497af7ee..e94476f2a 100644
--- a/nuttx/sched/task_exithook.c
+++ b/nuttx/sched/task_exithook.c
@@ -181,6 +181,7 @@ static inline void task_onexit(FAR _TCB *tcb, int status)
tcb->onexitfunc = NULL;
}
#endif
+}
#else
# define task_onexit(tcb,status)
#endif