git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4846 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
22a700075d
commit
202daf2a58
|
@ -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)) {
|
||||
|
|
Loading…
Reference in New Issue