From 1d389c428feb12bc9daf67dbdd982f839a29bf72 Mon Sep 17 00:00:00 2001 From: cfif Date: Mon, 18 May 2026 11:05:07 +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=20=D0=BF=D0=BB=D0=B0=D1=82=D1=8B=20=D0=BD?= =?UTF-8?q?=D0=B0=20V2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LinSensorTasks.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/LinSensorTasks.c b/LinSensorTasks.c index c1ab47d..11e61dc 100644 --- a/LinSensorTasks.c +++ b/LinSensorTasks.c @@ -265,15 +265,15 @@ static void set_led_group(tCCU_DRS_Req *req, uint8_t led_group, uint8_t count) { uint8_t b3 = 0; if (count == 1) { - b1 = 1; + b1 = 0; b2 = 0; - b3 = 0; + b3 = 1; } if (count == 2) { - b1 = 1; + b1 = 0; b2 = 1; - b3 = 0; + b3 = 1; } if (count == 3) {