mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-04 04:33:38 -04:00
More warning fixes
This commit is contained in:
@@ -19,7 +19,6 @@ PolychromeController::PolychromeController(i2c_smbus_interface* bus, polychrome_
|
||||
|
||||
unsigned short fw_version = ReadFirmwareVersion();
|
||||
unsigned char major_version = fw_version >> 8;
|
||||
unsigned char minor_version = fw_version & 0xFF;
|
||||
|
||||
/*-----------------------------------------------------*\
|
||||
| Determine whether the device uses ASR LED or |
|
||||
|
||||
Reference in New Issue
Block a user