From 55b0ff271196f9a116c4f4e085121f58100028bf Mon Sep 17 00:00:00 2001 From: cfif Date: Wed, 29 Apr 2026 16:03:23 +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 --- DiagnosticTask.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DiagnosticTask.c b/DiagnosticTask.c index 216c600..2069eed 100644 --- a/DiagnosticTask.c +++ b/DiagnosticTask.c @@ -404,6 +404,8 @@ void set_Dtc_state_error(tDiagnostic *env) { if (osMutexAcquire(env->access, 1000) == osOK) { memcpy(&dtc_state_error, &rtDW.dtc_state_error_model, sizeof(rtDW.dtc_state_error_model)); osMutexRelease(env->access); + } else { + LoggerErrorStatic(LOGGER, LOG_SIGN, "Access error set_Dtc_state_error"); } }