Обновление

This commit is contained in:
cfif 2026-04-29 16:03:23 +03:00
parent 129e2d1d33
commit 55b0ff2711
1 changed files with 2 additions and 0 deletions

View File

@ -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");
}
}