From 609fae5b7e4eb5717b874a02c8c859f348aa37eb Mon Sep 17 00:00:00 2001 From: wu58430 Date: Tue, 5 Dec 2023 08:38:11 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/app/uart.c b/app/uart.c index 7c904fa..a8cc078 100644 --- a/app/uart.c +++ b/app/uart.c @@ -516,6 +516,7 @@ bool UART_IsCommandAvailable(void) void UART_HandleCommand(void) { + UART_Send((uint8_t *)&UART_Command.Header.ID,2); switch (UART_Command.Header.ID) { case 0x0514: