From 96549f5810dd44989d6f22730676ff43f7d85f28 Mon Sep 17 00:00:00 2001 From: cfif Date: Tue, 9 Jun 2026 12:02:33 +0300 Subject: [PATCH] Commit --- LinSensorTasks.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LinSensorTasks.c b/LinSensorTasks.c index 8c4c035..6f44aa6 100644 --- a/LinSensorTasks.c +++ b/LinSensorTasks.c @@ -365,7 +365,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) { #endif } - } +// } }