From 9ec78736d6a6a2cecf518a9f9e3b1b759c541448 Mon Sep 17 00:00:00 2001 From: cfif Date: Thu, 23 Apr 2026 09:42:59 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CanUds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CanUds.c b/CanUds.c index ac1ebb8..82725da 100644 --- a/CanUds.c +++ b/CanUds.c @@ -1380,7 +1380,7 @@ static uint16_t TransferData_36(tCanUds *env) { } - // setResponseErrorPending(env, UDS_RoutineControl, UDS_error_requestCorrectlyReceived_ResponsePending); + //setResponseErrorPending(env, UDS_RoutineControl, UDS_error_requestCorrectlyReceived_ResponsePending); if (osMutexAcquire(env->access, 1000) == osOK) { env->currentSessionTesterPresentTimeout = SystemGetMs() + timeout_session_S3_Server;