Correcting ln59 / 60
This commit is contained in:
parent
1ca1ab2f00
commit
e751c3cf15
1 changed files with 2 additions and 2 deletions
|
|
@ -56,8 +56,8 @@ RGBFusion2USBController::RGBFusion2USBController(hid_device* handle, const char
|
|||
snprintf(text, 11, "0x%08X", report.chip_id);
|
||||
chip_id = text;
|
||||
|
||||
D_LED1_count = total_leds & 0x0F;
|
||||
D_LED2_count = total_leds & 0xF0;
|
||||
D_LED1_count = report.total_leds & 0x0F;
|
||||
D_LED2_count = report.total_leds & 0xF0;
|
||||
}
|
||||
loc = path;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue