diff options
| author | hathach <[email protected]> | 2019-09-11 13:00:15 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-09-11 13:00:15 +0700 |
| commit | cbf9f6e0dc4419cd19d5e2bae1f2f104faca2b9b (patch) | |
| tree | 77a1a917aba0b8ee8931d66f7169802acfa0fd7f /examples/device/hid_generic_inout/src | |
| parent | a337b2a0cb86471541c2b97f7d8c9c668c3a4d8d (diff) | |
added new example hid_composite
Diffstat (limited to 'examples/device/hid_generic_inout/src')
| -rw-r--r-- | examples/device/hid_generic_inout/src/usb_descriptors.c | 4 |
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[] = |
