summaryrefslogtreecommitdiff
path: root/examples/device/hid_generic_inout/src
diff options
context:
space:
mode:
Diffstat (limited to 'examples/device/hid_generic_inout/src')
-rw-r--r--examples/device/hid_generic_inout/src/usb_descriptors.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/device/hid_generic_inout/src/usb_descriptors.c b/examples/device/hid_generic_inout/src/usb_descriptors.c
index c9493c4e6..d0fc6b1bc 100644
--- a/examples/device/hid_generic_inout/src/usb_descriptors.c
+++ b/examples/device/hid_generic_inout/src/usb_descriptors.c
@@ -93,12 +93,8 @@ enum
ITF_NUM_TOTAL
};
-
#define CONFIG_TOTAL_LEN (TUD_CONFIG_DESC_LEN + TUD_HID_INOUT_DESC_LEN)
-// Use Endpoint 2 instead of 1 due to NXP MCU
-// LPC 17xx and 40xx endpoint type (bulk/interrupt/iso) are fixed by its number
-// 0 control, 1 In, 2 Bulk, 3 Iso, 4 In etc ...
#define EPNUM_HID 0x01
uint8_t const desc_configuration[] =