From 02d917381ab5eb7812de425ff58e599f06b96a0a Mon Sep 17 00:00:00 2001 From: cfif Date: Tue, 24 Mar 2026 12:19:49 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B0=D1=87=D0=B0=D0=BB=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SerialPorts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SerialPorts.c b/SerialPorts.c index 5fae53b..8846291 100644 --- a/SerialPorts.c +++ b/SerialPorts.c @@ -98,7 +98,7 @@ static void vSerialPort_InitUSART5(tSerialPortArtery *env) { 1, 1, 1, 2, false, 0xFF, buf_USART5_DMA, sizeof(buf_USART5_DMA), - 256, 256 + 1024, 0 ); }