diff options
| author | Peter Lawrence <[email protected]> | 2020-03-30 13:34:56 -0500 |
|---|---|---|
| committer | Peter Lawrence <[email protected]> | 2020-03-30 13:47:17 -0500 |
| commit | 87f313da48aa1df4fb0566d9ad26036f06418422 (patch) | |
| tree | 779a10375f37608f8fc392b6706e3757913725f7 /examples/device/net_lwip_webserver | |
| parent | 370dd1839465e71caa3024f6f2347b701a94953d (diff) | |
add provision for multiple configurations
Diffstat (limited to 'examples/device/net_lwip_webserver')
| -rw-r--r-- | examples/device/net_lwip_webserver/src/usb_descriptors.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/device/net_lwip_webserver/src/usb_descriptors.c b/examples/device/net_lwip_webserver/src/usb_descriptors.c index a4eba205f..e398a5d4b 100644 --- a/examples/device/net_lwip_webserver/src/usb_descriptors.c +++ b/examples/device/net_lwip_webserver/src/usb_descriptors.c @@ -107,8 +107,8 @@ enum uint8_t const desc_configuration[] = { - // Interface count, string index, total length, attribute, power in mA - TUD_CONFIG_DESCRIPTOR(ITF_NUM_TOTAL, 0, CONFIG_TOTAL_LEN, 0, 100), + // Interface count, string index, total length, attribute, power in mA, config number + TUD_CONFIG_DESCRIPTOR(ITF_NUM_TOTAL, 0, CONFIG_TOTAL_LEN, 0, 100, 1), #if CFG_TUD_NET == OPT_NET_ECM // Interface number, description string index, MAC address string index, EP notification address and size, EP data address (out, in), and size, max segment size. |
