From 993a7db632816f39942204a948f7c0725e4474c4 Mon Sep 17 00:00:00 2001 From: darya Date: Wed, 24 Jun 2026 09:14:48 +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=2023.06.2026?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DiagnosticTask.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DiagnosticTask.c b/DiagnosticTask.c index 1c75a39..c667285 100644 --- a/DiagnosticTask.c +++ b/DiagnosticTask.c @@ -148,7 +148,7 @@ void set_NoBitsDTC(tDiagnostic *env, bool noBitsDTC) { } void set_Dtc_state(tDiagnostic *env) { - if (osMutexAcquire(env->access, 1000) == osOK) { + if (osMutexAcquire(env->access, 5000) == osOK) { memcpy(&dtc_state_error, &rtY.dtc_state_error_model, sizeof(dtc_state_error)); osMutexRelease(env->access); } else {