diff options
| author | hathach <thach@tinyusb.org> | 2019-07-24 16:49:13 +0700 |
|---|---|---|
| committer | hathach <thach@tinyusb.org> | 2019-07-24 16:49:13 +0700 |
| commit | 5d03cda01ade5a81d3096f9af0ac5e89a31be099 (patch) | |
| tree | e1468ca4ce23303f4a4fc65c0007500936b3f331 /supervisor | |
| parent | c921f6637f55936726a880f225812302a3fdf0d1 (diff) | |
whitespace
Diffstat (limited to 'supervisor')
| -rw-r--r-- | supervisor/shared/usb/usb_desc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/supervisor/shared/usb/usb_desc.c b/supervisor/shared/usb/usb_desc.c index 48f2da3d3..9b333d6fe 100644 --- a/supervisor/shared/usb/usb_desc.c +++ b/supervisor/shared/usb/usb_desc.c @@ -43,7 +43,6 @@ uint8_t const * tud_descriptor_configuration_cb(uint8_t index) { return usb_desc_cfg; } - // Invoked when received GET HID REPORT DESCRIPTOR // Application return pointer to descriptor // Descriptor contents must exist long enough for transfer to complete |
