Обновление
This commit is contained in:
parent
24062a0b57
commit
38623c52d2
|
|
@ -29,7 +29,7 @@ typedef struct {
|
||||||
uint16_t flags;
|
uint16_t flags;
|
||||||
int32_t greenwichOffset;
|
int32_t greenwichOffset;
|
||||||
|
|
||||||
uint8_t buf_LOG[256];
|
uint8_t buf_LOG[1024];
|
||||||
|
|
||||||
tLoggerDataBuf bufLogger[MAX_COUNT_BUF_LOG];
|
tLoggerDataBuf bufLogger[MAX_COUNT_BUF_LOG];
|
||||||
uint8_t bufLoggerNames[MAX_COUNT_BUF_LOG][MAX_LEN_BUF_NAME_LOG];
|
uint8_t bufLoggerNames[MAX_COUNT_BUF_LOG][MAX_LEN_BUF_NAME_LOG];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue