diff options
| author | hathach <[email protected]> | 2018-03-22 14:56:18 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-22 14:56:18 +0700 |
| commit | 7767a7f14c87e16bdffd6719e56538d240db379e (patch) | |
| tree | 92739fc2fba78fd2a947e0a39f8573903697c3ce /tinyusb/device | |
| parent | c1f6013ac4b139042afb22becd0011d35b93b72a (diff) | |
clean up
Diffstat (limited to 'tinyusb/device')
| -rw-r--r-- | tinyusb/device/usbd.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tinyusb/device/usbd.c b/tinyusb/device/usbd.c index b88dbf3f9..854649d19 100644 --- a/tinyusb/device/usbd.c +++ b/tinyusb/device/usbd.c @@ -477,9 +477,6 @@ static uint16_t get_descriptor(uint8_t port, tusb_control_request_t const * cons return 0;
break;
- // TODO Report Descriptor (HID Generic)
- // TODO HID Descriptor
-
default: return 0;
}
|
