git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4846 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
22a700075d
commit
202daf2a58
|
@ -190,7 +190,6 @@ int main(void) {
|
||||||
* Normal main() thread activity.
|
* Normal main() thread activity.
|
||||||
*/
|
*/
|
||||||
while (TRUE) {
|
while (TRUE) {
|
||||||
|
|
||||||
if (!shelltp)
|
if (!shelltp)
|
||||||
shelltp = shellCreate(&shell_cfg1, SHELL_WA_SIZE, NORMALPRIO);
|
shelltp = shellCreate(&shell_cfg1, SHELL_WA_SIZE, NORMALPRIO);
|
||||||
else if (chThdTerminated(shelltp)) {
|
else if (chThdTerminated(shelltp)) {
|
||||||
|
|
Loading…
Reference in New Issue