From 3766c1c8764b39c043691586043baabcd25922c4 Mon Sep 17 00:00:00 2001 From: Lizongdi <1210855344@qq.com> Date: Thu, 11 Jun 2026 17:08:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E4=B8=B2=E5=8F=A3=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E5=8C=96=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Spoolend/Spoolend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spoolend/Spoolend.c b/Spoolend/Spoolend.c index 2e24c95..07a1d13 100644 --- a/Spoolend/Spoolend.c +++ b/Spoolend/Spoolend.c @@ -94,7 +94,7 @@ static int check_RS485_2(char *_pBuffer, uint32_t _iSize) void SpoolendInit(void) { - TUartUserData *ptUartUserData = UART_userdata_init(0, 115200, 512); + TUartUserData *ptUartUserData = UART_userdata_init(0, -1, 512); g_ptRS485_1 = rd_ComCreate(check_RS485_1, NULL, RS485_1_Send, ptUartUserData->m_buf_size, ptUartUserData); UART_IT_init(g_ptRS485_1); // TUartUserData *ptUartUserData1 = UART_userdata_init(0, 115200, 512);