Обновление
This commit is contained in:
parent
8f478c98e2
commit
5d1d0f3ac7
|
|
@ -1068,17 +1068,6 @@ static lin_event_id_t Lin_Scheduler(tLinTaskActuator *env) {
|
|||
}
|
||||
|
||||
|
||||
void resetStall(tLinTaskActuator *env, uint8_t *dataLocalStall, char *LOG_SIGN) {
|
||||
|
||||
#if (LOG_LIN_ACTUATOR == 1)
|
||||
LoggerInfoStatic(LOGGER, env->SIGN_LOG, "Reset LOCAL STALL (DETECT STALL RESET)")
|
||||
#endif
|
||||
|
||||
for (uint8_t i = 0; i < env->LIN_ISSR_ALL; ++i) {
|
||||
dataLocalStall[i] = LIN_STALL_STA_OFF;
|
||||
}
|
||||
}
|
||||
|
||||
//начало----------------------------------------- LIN 1 ----------------------------------------------------------------
|
||||
//начало----------------------------------------- LIN 1 ----------------------------------------------------------------
|
||||
//начало----------------------------------------- LIN 1 ----------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -492,6 +492,6 @@ void Lin3_StartThread(tLinTaskActuator *env);
|
|||
|
||||
|
||||
void GetLin123CallbackHandler(tLinData *env, uint8_t u8LinIndex, void *state);
|
||||
void resetStall(tLinTaskActuator *env, uint8_t *dataLocalStall, char *LOG_SIGN);
|
||||
|
||||
|
||||
#endif //HVAC_LIN_TASKS_H
|
||||
|
|
|
|||
Loading…
Reference in New Issue