正在显示
1 个修改的文件
包含
1 行增加
和
3 行删除
| @@ -200,9 +200,7 @@ static void *UartDeal_rece(void *arg) | @@ -200,9 +200,7 @@ static void *UartDeal_rece(void *arg) | ||
| 200 | memset(getbuf,0,sizeof(getbuf)); //清空接收数组 | 200 | memset(getbuf,0,sizeof(getbuf)); //清空接收数组 |
| 201 | ret = read(Uart_fd,getbuf,sizeof(getbuf)); | 201 | ret = read(Uart_fd,getbuf,sizeof(getbuf)); |
| 202 | 202 | ||
| 203 | - USER_LOG_INFO("RecvLen:%d\n",ret); | ||
| 204 | - | ||
| 205 | - //UartDeal_Recv_interface(Uart_fd, getbuf, ret); | 203 | + UartDeal_Recv_interface(Uart_fd, getbuf, ret); |
| 206 | 204 | ||
| 207 | } | 205 | } |
| 208 | } | 206 | } |
-
请 注册 或 登录 后发表评论