From 5d1d0f3ac7aaefec812faae70b28008ee6990def Mon Sep 17 00:00:00 2001 From: cfif Date: Thu, 16 Apr 2026 13:55:16 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LinActuatorTasks.c | 11 ----------- LinActuatorTasks.h | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/LinActuatorTasks.c b/LinActuatorTasks.c index 823ea1a..8e991f7 100644 --- a/LinActuatorTasks.c +++ b/LinActuatorTasks.c @@ -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 ---------------------------------------------------------------- diff --git a/LinActuatorTasks.h b/LinActuatorTasks.h index aa99b3b..40de08e 100644 --- a/LinActuatorTasks.h +++ b/LinActuatorTasks.h @@ -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