We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b13f3e commit a64d5d6Copy full SHA for a64d5d6
1 file changed
stmhal/usbdev/class/cdc_msc_hid/src/usbd_cdc_msc_hid.c
@@ -92,9 +92,9 @@ __ALIGN_BEGIN static uint8_t USBD_CDC_MSC_CfgDesc[USB_CDC_MSC_CONFIG_DESC_SIZ] _
92
USB_DESC_TYPE_ASSOCIATION, // bDescriptorType: IAD
93
CDC_IFACE_NUM, // bFirstInterface: first interface for this association
94
0x02, // bInterfaceCount: nummber of interfaces for this association
95
- 0x00, // bFunctionClass: ?
96
- 0x00, // bFunctionSubClass: ?
97
- 0x00, // bFunctionProtocol: ?
+ 0x02, // bFunctionClass: Communication Interface Class
+ 0x02, // bFunctionSubClass: Abstract Control Model
+ 0x01, // bFunctionProtocol: Common AT commands
98
0x00, // iFunction: index of string for this function
99
100
//--------------------------------------------------------------------------
0 commit comments