git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3464 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
c90189fc10
commit
7a9ba73df8
|
@ -205,6 +205,7 @@ static msg_t shell_thread(void *p) {
|
|||
chSysLock();
|
||||
chEvtBroadcastI(&shell_terminated);
|
||||
chThdExitS(msg);
|
||||
return 0; /* Never executed.*/
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue