mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-17 06:52:18 +01:00
[PHID] Added missing GET_IDLE Request
This commit is contained in:
parent
5e813b314b
commit
e69021550e
@ -96,6 +96,9 @@ bool HID_::setup(USBSetup& setup)
|
||||
// TODO: Send8(protocol);
|
||||
return true;
|
||||
}
|
||||
if (request == HID_GET_IDLE) {
|
||||
// TODO: Send8(idle);
|
||||
}
|
||||
}
|
||||
|
||||
if (requestType == REQUEST_HOSTTODEVICE_CLASS_INTERFACE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user