Добавлены настройки LIN5 (управление кнопками) и немного сон
This commit is contained in:
parent
c7a6895cb6
commit
e8e9c2510a
|
|
@ -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