Мелкие изменения

This commit is contained in:
cfif 2026-07-21 15:25:11 +03:00
parent 7015f42074
commit 56d32fede5
1 changed files with 1 additions and 0 deletions

View File

@ -421,6 +421,7 @@ static uint8_t XCP_COMMAND_SHORT_UPLOAD_F4(tCanSerialPortFrameXCP *env) {
return 2; return 2;
} }
env->response[0] = XCP_COMMAND_CONNECT; env->response[0] = XCP_COMMAND_CONNECT;
memcpy(&env->response[1], (uint8_t *) request->ADR, request->COUNT); memcpy(&env->response[1], (uint8_t *) request->ADR, request->COUNT);