aboutsummaryrefslogtreecommitdiff
path: root/nuttx/sched
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-25 18:00:40 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-25 18:00:40 +0000
commit632d7a57b137ee963d58c9853eb9c4b9d66a586e (patch)
tree048bc89ac208fd97d4189eb818214c1b1c17d3fe /nuttx/sched
parent24b649553719312f79127bba841818a43a00fd8a (diff)
downloadpx4-firmware-632d7a57b137ee963d58c9853eb9c4b9d66a586e.tar.gz
px4-firmware-632d7a57b137ee963d58c9853eb9c4b9d66a586e.tar.bz2
px4-firmware-632d7a57b137ee963d58c9853eb9c4b9d66a586e.zip
Fixe task_exithook() bug; fix timer usage in STM32 OTGFS host driver
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5386 42af7a65-404d-4744-a932-0658087f49c3
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 6f52ef739..3bde8fb7a 100644
--- a/nuttx/sched/task_exithook.c
+++ b/nuttx/sched/task_exithook.c
@@ -126,6 +126,7 @@ static inline void task_atexit(FAR _TCB *tcb)
tcb->atexitfunc = NULL;
}
#endif
+}
#else
# define task_atexit(tcb)
#endif