Fixed HID Out report (leds)
This commit is contained in:
parent
2281210b1c
commit
3d86fb20d4
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ bool HID_::HID_Setup(USBSetup& setup, u8 i)
|
|||
if (HID_SET_REPORT == r)
|
||||
{
|
||||
// Get reportID and search for the suited HIDDevice
|
||||
uint8_t ID = setup.wIndex;
|
||||
uint8_t ID = setup.wValueL;
|
||||
HIDDevice *current = rootDevice;
|
||||
while(current != NULL)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue