1
0
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:
NicoHood 2015-10-11 14:39:36 +02:00
parent 5e813b314b
commit e69021550e

View File

@ -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)