Обновление 23.06.2026

This commit is contained in:
Дарья Бараева 2026-06-23 22:31:39 +03:00
parent 1195367a28
commit 887392ad8d
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ void set_CanSpamSlowTransmitter(tCanSpamSlowTransmitter *env) {
memcpy(&ccu_candb_tx.CCU_Msg3, &rtY.CCU_Msg3_model, sizeof(ccu_candb_tx.CCU_Msg3));
osMutexRelease(env->access);
} else {
LoggerErrorStatic(LOGGER, LOG_SIGN, "Access error set_CanSpamTransmitter");
LoggerErrorStatic(LOGGER, LOG_SIGN, "Access error set_CanSpamSlowTransmitter");
}
}