Pinscape Controller version 1 fork. This is a fork to allow for ongoing bug fixes to the original controller version, from before the major changes for the expansion board project.
Dependencies: FastIO FastPWM SimpleDMA mbed
Fork of Pinscape_Controller by
Diff: USBDevice/USBHID/USBHID.cpp
- Revision:
- 68:edfecf67a931
- Parent:
- 55:e47a4b7ab348
--- a/USBDevice/USBHID/USBHID.cpp Fri Feb 12 21:46:21 2016 +0000 +++ b/USBDevice/USBHID/USBHID.cpp Mon Feb 15 23:03:55 2016 +0000 @@ -174,7 +174,7 @@ transfer->notify = true; success = true; break; - + case SET_IDLE: // Set idle time - time between INTERRUPT IN reports from the // device when there are no changes to report. setup.wIndex @@ -185,6 +185,7 @@ transfer->remaining = 0; transfer->direction = DEVICE_TO_HOST; success = true; + break; case SET_PROTOCOL: // not implemented