We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 643895f commit 223b32cCopy full SHA for 223b32c
1 file changed
firmware/src/usb_descriptors.c
@@ -111,7 +111,7 @@ static const uint8_t g_config_descriptor[] = {
111
// Interface Association Descriptor: CDC Function 1
112
0x08, // Size of this descriptor in bytes
113
0x0B, // Interface association descriptor type
114
- 0, // The first associated interface
+ 0, // The first associated interfaces
115
0x02, // Number of contiguous associated interface
116
0x02, // bInterfaceClass of the first interface
117
0x02, // bInterfaceSubclass of the first interface
0 commit comments