diff --git a/apps/shell/src/shmsg.c b/apps/shell/src/shmsg.c index 34b7537ba9606d2b85690dfedce3867a794aa0ba..a10b4c8058024a3b8e2d543696ab260892ca97bb 100755 --- a/apps/shell/src/shmsg.c +++ b/apps/shell/src/shmsg.c @@ -595,10 +595,6 @@ void *ShellEntry(void *argv) } while (1) { - /* is console ready for shell ? */ - if (ret != SH_OK) - break; - n = read(0, &ch, 1); if (n == 1) { ShellCmdLineParse(ch, (OutputFunc)printf, shellCB);