From b0200d086c700f5877b888350d397f2010a4e2b4 Mon Sep 17 00:00:00 2001 From: cfif Date: Fri, 24 Apr 2026 14:34:14 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LinActuatorTasks.c b/LinActuatorTasks.c index a093e5a..95870cd 100644 --- a/LinActuatorTasks.c +++ b/LinActuatorTasks.c @@ -457,9 +457,9 @@ static lin_event_id_t CFR_SET_x(tLinIO *linIo, tLinData *linData, uint8_t BUS_AD ACT_CFR_SET_->unused = 1; ACT_CFR_SET_->Unused_SET = 0; - ACT_CFR_SET_->Stall_SET = 0;//Stall_SET; + ACT_CFR_SET_->Stall_SET = Stall_SET; ACT_CFR_SET_->Lnoise_SET = Lnoise_SET; - ACT_CFR_SET_->Autos_SET = 0;//Autos_SET; + ACT_CFR_SET_->Autos_SET = Autos_SET; ACT_CFR_SET_->Speed_SET = Speed_SET; ACT_CFR_SET_->Coils_Stop_SET = Coils_Stop_SET;