Обновление

This commit is contained in:
cfif 2026-04-21 09:51:16 +03:00
parent 9e2048f33f
commit 7c7005c31f
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ uint16_t sendFlowFrame(tCanSerialPortFrameTp *env, uint32_t id, uint32_t timeout
frame->blockSize = 0; frame->blockSize = 0;
frame->timeST = 0; frame->timeST = 0;
SystemDelayMs(timeout_StMin);
uint16_t sent = env->ioCanFrame->transmit(env->ioCanFrame->env, (uint8_t *) frame, 8, id, uint16_t sent = env->ioCanFrame->transmit(env->ioCanFrame->env, (uint8_t *) frame, 8, id,
PROTOCOL_CAN_TYPE_UDS, timeout); PROTOCOL_CAN_TYPE_UDS, timeout);