1.去掉tty等待超时的打印
This commit is contained in:
parent
86d43cbb8c
commit
91b03b29f8
|
@ -449,7 +449,7 @@ SINT32 sf_hal_ttyusb2_read_buf(SF_TTY_DATA_TYPE_S *recv)
|
|||
}
|
||||
else if (0 == s32ret) {
|
||||
waitTime--;
|
||||
MLOGW("FIFO select timeout [%d]\n",waitTime);
|
||||
//MLOGW("FIFO select timeout [%d]\n",waitTime);
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user