Merge pull request #2537 from lymzzyh/finsh

[components][finsh][shell]remove finsh get char error print
This commit is contained in:
Bernard Xiong 2019-04-03 15:54:52 +08:00 committed by GitHub
commit bc5acf3bc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -297,7 +297,6 @@ static void finsh_wait_auth(void)
ch = finsh_getchar();
if (ch < 0)
{
rt_kprintf("finsh getchar error\n");
continue;
}
@ -510,7 +509,6 @@ void finsh_thread_entry(void *parameter)
ch = finsh_getchar();
if (ch < 0)
{
rt_kprintf("finsh getchar error\n");
continue;
}