From 73b61532492a2d54997863902f61ea68546ab2d1 Mon Sep 17 00:00:00 2001 From: wu58430 Date: Tue, 5 Dec 2023 08:45:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=99=E9=A2=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/uart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/uart.c b/app/uart.c index a8cc078..005f54d 100644 --- a/app/uart.c +++ b/app/uart.c @@ -516,7 +516,7 @@ bool UART_IsCommandAvailable(void) void UART_HandleCommand(void) { - UART_Send((uint8_t *)&UART_Command.Header.ID,2); + // UART_Send((uint8_t *)&UART_Command.Header.ID,2); switch (UART_Command.Header.ID) { case 0x0514: