Обновление

This commit is contained in:
cfif 2026-04-24 14:34:14 +03:00
parent aa7383b3a7
commit b0200d086c
1 changed files with 2 additions and 2 deletions

View File

@ -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 = 1;
ACT_CFR_SET_->Unused_SET = 0; 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_->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_->Speed_SET = Speed_SET;
ACT_CFR_SET_->Coils_Stop_SET = Coils_Stop_SET; ACT_CFR_SET_->Coils_Stop_SET = Coils_Stop_SET;