소스 검색

remove finsh get char error print

ZYH 6 년 전
부모
커밋
1030004e78
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      components/finsh/shell.c

+ 0 - 2
components/finsh/shell.c

@@ -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;
         }