Skip to content

Commit 9b6d6a9

Browse files
committed
fix typo issue #1859
1 parent 5f4701b commit 9b6d6a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/device/hid_generic_inout/src/usb_descriptors.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ uint8_t const desc_configuration[] =
103103
// Config number, interface count, string index, total length, attribute, power in mA
104104
TUD_CONFIG_DESCRIPTOR(1, ITF_NUM_TOTAL, 0, CONFIG_TOTAL_LEN, 0x00, 100),
105105

106-
// Interface number, string index, protocol, report descriptor len, EP In & Out address, size & polling interval
106+
// Interface number, string index, protocol, report descriptor len, EP Out & In address, size & polling interval
107107
TUD_HID_INOUT_DESCRIPTOR(ITF_NUM_HID, 0, HID_ITF_PROTOCOL_NONE, sizeof(desc_hid_report), EPNUM_HID, 0x80 | EPNUM_HID, CFG_TUD_HID_EP_BUFSIZE, 10)
108108
};
109109

0 commit comments

Comments
 (0)