Обновление
This commit is contained in:
parent
714774f066
commit
9e2048f33f
|
|
@ -141,7 +141,7 @@ uint16_t sendConsecutiveFrame(tCanSerialPortFrameTp *env, uint8_t *data, uint16_
|
|||
|
||||
memcpy(&frame->data[0], data, size);
|
||||
|
||||
SystemDelayMs(timeout_StMin);
|
||||
SystemDelayMs(timeout_StMin); // !!!
|
||||
|
||||
uint16_t sent = env->ioCanFrame->transmit(env->ioCanFrame->env, (uint8_t *) frame, 8, id,
|
||||
PROTOCOL_CAN_TYPE_UDS, timeout);
|
||||
|
|
|
|||
Loading…
Reference in New Issue