Обновление

This commit is contained in:
cfif 2026-04-22 12:18:45 +03:00
parent 0f287cfe78
commit f2b1e3f4d5
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ uint16_t sendFlowFrame(tCanSerialPortFrameTp *env, uint32_t id, uint32_t timeout
frame->typeFrame = TP_TYPE_FRAME_FC;
frame->status = 0;
frame->blockSize = 0;
frame->timeST = 0;
frame->timeST = 1;
SystemDelayMs(timeout_Br);
uint16_t sent = env->ioCanFrame->transmit(env->ioCanFrame->env, (uint8_t *) frame, 8, id,