From cbf9f6e0dc4419cd19d5e2bae1f2f104faca2b9b Mon Sep 17 00:00:00 2001 From: hathach Date: Wed, 11 Sep 2019 13:00:15 +0700 Subject: added new example hid_composite --- examples/device/hid_generic_inout/src/usb_descriptors.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'examples/device/hid_generic_inout/src') 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[] = -- cgit v1.3.1