From cc1e6933946235c51f9e8391fc9cf202e02c9b15 Mon Sep 17 00:00:00 2001 From: cfif Date: Mon, 18 May 2026 17:40:52 +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=20=D0=BF=D0=BB=D0=B0=D1=82=D1=8B=20=D0=BD?= =?UTF-8?q?=D0=B0=20V2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LinSensorTasks.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LinSensorTasks.c b/LinSensorTasks.c index 11e61dc..8aa6de5 100644 --- a/LinSensorTasks.c +++ b/LinSensorTasks.c @@ -363,7 +363,7 @@ static lin_event_id_t Lin5_Scheduler(tLin5TaskSensor *env) { for (uint8_t i = 0; i < LIN5_SENSOR_COUNT; ++i) { - if (env->linStateSensor.error_connect[i] == 0) { +// if (env->linStateSensor.error_connect[i] == 0) { ret = Get_DRS_Stat(env->linIo, env->linData, &env->linStateSensor.d_DRS_Stat[i], DRS_SENSON_ADR_Stat[i]); @@ -416,7 +416,7 @@ static lin_event_id_t Lin5_Scheduler(tLin5TaskSensor *env) { SystemDelayMs(50); - } +// } }