From 0bac6c3c2d1467eb33e09099f2b5a74275ebbb7e Mon Sep 17 00:00:00 2001 From: cfif Date: Wed, 3 Dec 2025 15:38:34 +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 --- LinTasks.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LinTasks.c b/LinTasks.c index 32eb9e6..f0a1421 100644 --- a/LinTasks.c +++ b/LinTasks.c @@ -528,6 +528,8 @@ lin_event_id_t Lin0_Scheduler(tLinTaskActuator *env) { if (ret == LIN_TX_COMPLETED) { + env->linCommandActuator[i].isRFR_STA = 1; + } else { return ret; }