Обновление

This commit is contained in:
cfif 2026-04-24 16:38:53 +03:00
parent a215d4952d
commit ba35e232df
1 changed files with 2 additions and 0 deletions

View File

@ -86,6 +86,8 @@ void LinActuatorWork(tMma *env, tLinTaskActuator *linTaskActuator, uint8_t numAc
LoggerFormatInfo(LOGGER, LOG_SIGN, "BUS_ADR: %d - SUCCESSFUL COMMAND (UNSET BUSY)", i + 1)
}
#endif
// LoggerFormatInfo(LOGGER, LOG_SIGN, "ACTUATOR %d - SUCCESSFUL COMMAND (UNSET BUSY)", numAct)
actuator_Output_Model_local->Busy = 0;
// Разрешение обработки новой команды
env->isActuatorNoGetNextCommand[numAct - 1] = false;