From 38623c52d29df85a5f911f5e2fac9bf5439c1dd0 Mon Sep 17 00:00:00 2001 From: cfif Date: Mon, 6 Apr 2026 14:33:50 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Inc/LoggerToSerialPort.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Inc/LoggerToSerialPort.h b/Inc/LoggerToSerialPort.h index 2273f0b..378f8e7 100644 --- a/Inc/LoggerToSerialPort.h +++ b/Inc/LoggerToSerialPort.h @@ -29,7 +29,7 @@ typedef struct { uint16_t flags; int32_t greenwichOffset; - uint8_t buf_LOG[256]; + uint8_t buf_LOG[1024]; tLoggerDataBuf bufLogger[MAX_COUNT_BUF_LOG]; uint8_t bufLoggerNames[MAX_COUNT_BUF_LOG][MAX_LEN_BUF_NAME_LOG];