From c7a6895cb631bee393b58ed9d49010e75cc94075 Mon Sep 17 00:00:00 2001 From: cfif Date: Wed, 22 Jul 2026 13:33:58 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B2=D0=B5=D0=BB=D0=B8=D1=87=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=B1=D1=83=D1=84=D0=B5=D1=80=20=D0=BE=D1=82=D0=BF?= =?UTF-8?q?=D1=80=D0=B0=D0=B2=D0=BA=D0=B8=20LOG=20=D1=81=D0=BE=D0=BE=D0=B1?= =?UTF-8?q?=D1=89=D0=B5=D0=BD=D0=B8=D0=B9?= 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 24ecda2..1cd50f9 100644 --- a/Inc/LoggerToSerialPort.h +++ b/Inc/LoggerToSerialPort.h @@ -41,7 +41,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];