Мелкие изменения
This commit is contained in:
parent
2abcaf76b4
commit
ec940eb3cf
|
|
@ -41,7 +41,7 @@ typedef struct {
|
|||
uint16_t flags;
|
||||
int32_t greenwichOffset;
|
||||
|
||||
uint8_t buf_LOG[1024];
|
||||
uint8_t buf_LOG[256];
|
||||
|
||||
tLoggerDataBuf bufLogger[MAX_COUNT_BUF_LOG];
|
||||
uint8_t bufLoggerNames[MAX_COUNT_BUF_LOG][MAX_LEN_BUF_NAME_LOG];
|
||||
|
|
|
|||
|
|
@ -178,7 +178,7 @@ static void LoggerCanToSerialPort_Logging(
|
|||
size_t pkt_size = data_size + 2; // данные + CRC + 0x03
|
||||
|
||||
// Отправка
|
||||
SerialPortTransmit(env->serialPortIo_VIRT, env->bufLoggerCan, pkt_size, env->timeout);
|
||||
// SerialPortTransmit(env->serialPortIo_VIRT, env->bufLoggerCan, pkt_size, env->timeout);
|
||||
|
||||
osMutexRelease(env->access);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue