aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/src
diff options
context:
space:
mode:
Diffstat (limited to 'os/rt/src')
-rw-r--r--os/rt/src/chschd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/rt/src/chschd.c b/os/rt/src/chschd.c
index bcafb26b5..3de92aec8 100644
--- a/os/rt/src/chschd.c
+++ b/os/rt/src/chschd.c
@@ -304,6 +304,7 @@ static void wakeup(void *p) {
(void) queue_dequeue(tp);
break;
default:
+ /* Any other state, nothing to do.*/
break;
}
tp->p_u.rdymsg = MSG_TIMEOUT;