Обновление
This commit is contained in:
parent
1bedbeb3ba
commit
0c5f5213a5
|
|
@ -20,6 +20,8 @@
|
|||
|
||||
#define LEN_DEBUG_TP_BUFF 128
|
||||
|
||||
#define timeout_StMin 25
|
||||
|
||||
typedef enum {
|
||||
TP_TYPE_FRAME_SF = 0,
|
||||
TP_TYPE_FRAME_FF = 1,
|
||||
|
|
|
|||
|
|
@ -141,7 +141,7 @@ uint16_t sendConsecutiveFrame(tCanSerialPortFrameTp *env, uint8_t *data, uint16_
|
|||
|
||||
memcpy(&frame->data[0], data, size);
|
||||
|
||||
SystemDelayMs(25);
|
||||
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