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

master
gdisirio 2012-11-29 13:12:55 +00:00
parent 22a700075d
commit 202daf2a58
1 changed files with 0 additions and 1 deletions

View File

@ -190,7 +190,6 @@ int main(void) {
* Normal main() thread activity.
*/
while (TRUE) {
if (!shelltp)
shelltp = shellCreate(&shell_cfg1, SHELL_WA_SIZE, NORMALPRIO);
else if (chThdTerminated(shelltp)) {