summaryrefslogtreecommitdiffstatshomepage
path: root/stm/lib/usbd_cdc_core.h
diff options
context:
space:
mode:
authorDamien <damien.p.george@gmail.com>2013-10-13 19:02:15 +0100
committerDamien <damien.p.george@gmail.com>2013-10-13 19:02:15 +0100
commitfee89d520fb02b6fb673050c9d2043e14641edf6 (patch)
tree65fc7a33667e8147c983ed9925ff9fb30d63199c /stm/lib/usbd_cdc_core.h
parented65605edc5c1376947a34723b9c750400b5a028 (diff)
downloadmicropython-fee89d520fb02b6fb673050c9d2043e14641edf6.tar.gz
micropython-fee89d520fb02b6fb673050c9d2043e14641edf6.zip
Implement crude but functional CDC + MSC USB device.
Diffstat (limited to 'stm/lib/usbd_cdc_core.h')
-rw-r--r--stm/lib/usbd_cdc_core.h4
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