diff options
| author | hathach <[email protected]> | 2017-08-03 21:45:16 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2017-08-03 21:45:16 +0700 |
| commit | 820afdc7bf24af171b8585f84adf5361c13bc1d3 (patch) | |
| tree | bea01841cb9e2142b4f1cffdaacc485eba415122 /tinyusb/device | |
| parent | 6ecea8666969e4cee5434f5b6bcbc5289c9f7e58 (diff) | |
clean up
Diffstat (limited to 'tinyusb/device')
| -rw-r--r-- | tinyusb/device/usbd.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tinyusb/device/usbd.c b/tinyusb/device/usbd.c index bba32a6bd..4c304a2f8 100644 --- a/tinyusb/device/usbd.c +++ b/tinyusb/device/usbd.c @@ -375,6 +375,9 @@ static tusb_error_t get_descriptor(uint8_t coreid, tusb_control_request_t const (*p_length) = p_data[0]; // first byte of descriptor is its size
break;
+ // TODO Report Descriptor (HID Generic)
+ // TODO HID Descriptor
+
default: return TUSB_ERROR_DCD_CONTROL_REQUEST_NOT_SUPPORT;
}
|
