diff options
| author | hathach <[email protected]> | 2013-11-15 14:15:05 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-11-15 14:15:05 +0700 |
| commit | 699edf9485c08a844182c295e50f2b17e2219c12 (patch) | |
| tree | 65fbf39765166c98c3e73f66cc70d78f17a8b579 /tinyusb/class | |
| parent | 05c439e45adec2a29b73d948ecf96af4e0fae375 (diff) | |
separate data & status from dcd_pipe_control_xfer
Diffstat (limited to 'tinyusb/class')
| -rw-r--r-- | tinyusb/class/hid_device.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tinyusb/class/hid_device.c b/tinyusb/class/hid_device.c index c5e98894e..662691946 100644 --- a/tinyusb/class/hid_device.c +++ b/tinyusb/class/hid_device.c @@ -160,7 +160,6 @@ tusb_error_t hidd_control_request(uint8_t coreid, tusb_control_request_t const * { case HID_REQUEST_CONTROL_SET_IDLE: // idle_rate = u16_high_u8(p_request->wValue); - dcd_pipe_control_xfer(coreid, TUSB_DIR_HOST_TO_DEV, NULL, 0); break; case HID_REQUEST_CONTROL_SET_REPORT: |
