no message

This commit is contained in:
CHINAMI-TV221UM\Administrator 2024-07-09 09:50:10 +08:00
parent 3e6c3aaf4c
commit 427db9825d

View File

@ -39,7 +39,7 @@ int Uart::UartRecv(int fd, char srcshow,char* buffer)
int offSize = 0; int offSize = 0;
int timeoutflag = 0; int timeoutflag = 0;
char head[] = {0xAA,0x55,0xAA}; char head[] = {0xAA,0x55,0xAA};
char szbuffer[BUF_LENGTH]={0x00} ; char szbuffer[BUF_LENGTH]={0x00};
while(1) while(1)
{ {