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