@@ -190,7 +190,7 @@ __ALIGN_BEGIN uint8_t USBD_CDC_CfgHSDesc[USB_CDC_CONFIG_DESC_SIZ] __ALIGN_END =
190190 0x01 , /* bNumEndpoints: One endpoints used */
191191 0x02 , /* bInterfaceClass: Communication Interface Class */
192192 0x02 , /* bInterfaceSubClass: Abstract Control Model */
193- 0x01 , /* bInterfaceProtocol: Common AT commands */
193+ 0x00 , /* bInterfaceProtocol: No specific protocol */
194194 0x00 , /* iInterface: */
195195
196196 /*Header Functional Descriptor*/
@@ -285,7 +285,7 @@ __ALIGN_BEGIN uint8_t USBD_CDC_CfgFSDesc[USB_CDC_CONFIG_DESC_SIZ] __ALIGN_END =
285285 0x01 , /* bNumEndpoints: One endpoints used */
286286 0x02 , /* bInterfaceClass: Communication Interface Class */
287287 0x02 , /* bInterfaceSubClass: Abstract Control Model */
288- 0x01 , /* bInterfaceProtocol: Common AT commands */
288+ 0x00 , /* bInterfaceProtocol: No specific protocol */
289289 0x00 , /* iInterface: */
290290
291291 /*Header Functional Descriptor*/
@@ -375,7 +375,7 @@ __ALIGN_BEGIN uint8_t USBD_CDC_OtherSpeedCfgDesc[USB_CDC_CONFIG_DESC_SIZ] __ALIG
375375 0x01 , /* bNumEndpoints: One endpoints used */
376376 0x02 , /* bInterfaceClass: Communication Interface Class */
377377 0x02 , /* bInterfaceSubClass: Abstract Control Model */
378- 0x01 , /* bInterfaceProtocol: Common AT commands */
378+ 0x00 , /* bInterfaceProtocol: No specific protocol */
379379 0x00 , /* iInterface: */
380380
381381 /*Header Functional Descriptor*/
0 commit comments