From 10d9f7360b265829ff6de3f3f7d64befdd1f3857 Mon Sep 17 00:00:00 2001 From: cfif Date: Thu, 25 Dec 2025 16:27:50 +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, 1 insertion(+), 1 deletion(-) diff --git a/LinTasks.c b/LinTasks.c index a817840..d6be9eb 100644 --- a/LinTasks.c +++ b/LinTasks.c @@ -572,7 +572,7 @@ static bool setState20(tLinTaskActuator *env, bool isError, uint8_t index) { lin_event_id_t Lin0_Scheduler(tLinTaskActuator *env) { - lin_event_id_t ret; + lin_event_id_t ret = LIN_NO_EVENT; for (uint8_t i = 0; i < LIN0_ISSR_ALL; ++i) {