Skip to content

Commit 223b32c

Browse files
committed
Fix comments
1 parent 643895f commit 223b32c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

firmware/src/usb_descriptors.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ static const uint8_t g_config_descriptor[] = {
111111
// Interface Association Descriptor: CDC Function 1
112112
0x08, // Size of this descriptor in bytes
113113
0x0B, // Interface association descriptor type
114-
0, // The first associated interface
114+
0, // The first associated interfaces
115115
0x02, // Number of contiguous associated interface
116116
0x02, // bInterfaceClass of the first interface
117117
0x02, // bInterfaceSubclass of the first interface

0 commit comments

Comments
 (0)