From 427db9825d216fec19f1f3ccc610bb03312bde0d Mon Sep 17 00:00:00 2001 From: "CHINAMI-TV221UM\\Administrator" Date: Tue, 9 Jul 2024 09:50:10 +0800 Subject: [PATCH] no message --- uart/SH_Uart.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uart/SH_Uart.cpp b/uart/SH_Uart.cpp index c4adf45..9a767ca 100644 --- a/uart/SH_Uart.cpp +++ b/uart/SH_Uart.cpp @@ -39,7 +39,7 @@ int Uart::UartRecv(int fd, char srcshow,char* buffer) int offSize = 0; int timeoutflag = 0; char head[] = {0xAA,0x55,0xAA}; - char szbuffer[BUF_LENGTH]={0x00} ; + char szbuffer[BUF_LENGTH]={0x00}; while(1) {