diff options
author | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-09-20 16:00:30 +0000 |
---|---|---|
committer | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-09-20 16:00:30 +0000 |
commit | 5a3a608ad919591b88af842b0ce15f4e22790710 (patch) | |
tree | e65f861a2cd762026fcbfed335ebf7f4da84429e /os/various | |
parent | 0886cac0499a65b3fd1d410fd0f29b7cbcd4b1ba (diff) | |
download | ChibiOS-5a3a608ad919591b88af842b0ce15f4e22790710.tar.gz ChibiOS-5a3a608ad919591b88af842b0ce15f4e22790710.tar.bz2 ChibiOS-5a3a608ad919591b88af842b0ce15f4e22790710.zip |
Fixed bug 3411207
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3360 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/various')
-rw-r--r-- | os/various/shell.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/various/shell.c b/os/various/shell.c index 1fe03fc1e..8a247b9f4 100644 --- a/os/various/shell.c +++ b/os/various/shell.c @@ -206,6 +206,7 @@ static msg_t shell_thread(void *p) { }
chSysLock();
chEvtBroadcastI(&shell_terminated);
+ chSysUnlock();
return msg;
}
|