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) {