git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3464 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2011-11-03 18:07:58 +00:00
parent c90189fc10
commit 7a9ba73df8
1 changed files with 1 additions and 0 deletions

View File

@ -205,6 +205,7 @@ static msg_t shell_thread(void *p) {
chSysLock(); chSysLock();
chEvtBroadcastI(&shell_terminated); chEvtBroadcastI(&shell_terminated);
chThdExitS(msg); chThdExitS(msg);
return 0; /* Never executed.*/
} }
/** /**