Обновление платы на V2
This commit is contained in:
parent
ad833e84fb
commit
1d389c428f
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue