summaryrefslogtreecommitdiff
path: root/supervisor/shared
diff options
context:
space:
mode:
authorhathach <thach@tinyusb.org>2019-07-24 16:49:13 +0700
committerhathach <thach@tinyusb.org>2019-07-24 16:49:13 +0700
commit5d03cda01ade5a81d3096f9af0ac5e89a31be099 (patch)
treee1468ca4ce23303f4a4fc65c0007500936b3f331 /supervisor/shared
parentc921f6637f55936726a880f225812302a3fdf0d1 (diff)
whitespace
Diffstat (limited to 'supervisor/shared')
-rw-r--r--supervisor/shared/usb/usb_desc.c1
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