diff options
Diffstat (limited to 'stm/lib/usbd_cdc_core.h')
-rw-r--r-- | stm/lib/usbd_cdc_core.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stm/lib/usbd_cdc_core.h b/stm/lib/usbd_cdc_core.h index 4fd1d6aaaa..3187deb3dc 100644 --- a/stm/lib/usbd_cdc_core.h +++ b/stm/lib/usbd_cdc_core.h @@ -45,8 +45,8 @@ /** @defgroup usbd_cdc_Exported_Defines
* @{
*/
-#define USB_CDC_CONFIG_DESC_SIZ (67)
-#define USB_CDC_DESC_SIZ (67-9)
+#define USB_CDC_CONFIG_DESC_SIZ (98)
+#define USB_CDC_DESC_SIZ (98-9)
#define CDC_DESCRIPTOR_TYPE 0x21
|