Обновление
This commit is contained in:
parent
129e2d1d33
commit
55b0ff2711
|
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue