summaryrefslogtreecommitdiff
path: root/examples/device/net_lwip_webserver
diff options
context:
space:
mode:
authorPeter Lawrence <[email protected]>2020-03-31 10:53:47 -0500
committerPeter Lawrence <[email protected]>2020-03-31 10:53:47 -0500
commit794212d44e38a05d8b747e43942595d214ee5b0b (patch)
tree061b0eea262c20b200234701aaa36d50dd8e9864 /examples/device/net_lwip_webserver
parent87f313da48aa1df4fb0566d9ad26036f06418422 (diff)
revise argument order for TUD_CONFIG_DESCRIPTOR macro
Diffstat (limited to 'examples/device/net_lwip_webserver')
-rw-r--r--examples/device/net_lwip_webserver/src/usb_descriptors.c4
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 e398a5d4b..6ce36cfef 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, config number
- TUD_CONFIG_DESCRIPTOR(ITF_NUM_TOTAL, 0, CONFIG_TOTAL_LEN, 0, 100, 1),
+ // Config number, interface count, string index, total length, attribute, power in mA
+ TUD_CONFIG_DESCRIPTOR(1, ITF_NUM_TOTAL, 0, CONFIG_TOTAL_LEN, 0, 100),
#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.