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];