summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-03-22 14:56:18 +0700
committerhathach <[email protected]>2018-03-22 14:56:18 +0700
commit7767a7f14c87e16bdffd6719e56538d240db379e (patch)
tree92739fc2fba78fd2a947e0a39f8573903697c3ce
parentc1f6013ac4b139042afb22becd0011d35b93b72a (diff)
clean up
-rw-r--r--tinyusb/device/usbd.c3
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;
}