diff options
| author | Damien George | 2019-07-06 00:19:45 +1000 |
|---|---|---|
| committer | Damien George | 2019-09-11 15:17:38 +1000 |
| commit | 6705767da1f7dba7a04e1d16c380a650f1f1074f (patch) | |
| tree | 86c12db78f671120569929ad09330eef3d9deb45 /ports/stm32/usb.h | |
| parent | cfec0540732b6ce3e21d3a81f088dc6a328ff4d7 (diff) | |
stm32/usb: Add support for VCP+MSC+HID mode, incl 2xVCP and 3xVCP.
Diffstat (limited to 'ports/stm32/usb.h')
| -rw-r--r-- | ports/stm32/usb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/stm32/usb.h b/ports/stm32/usb.h index cb017902e..457c7313c 100644 --- a/ports/stm32/usb.h +++ b/ports/stm32/usb.h @@ -40,6 +40,9 @@ #define USBD_PID_CDC2 (0x9805) #define USBD_PID_CDC3 (0x9806) #define USBD_PID_CDC3_MSC (0x9807) +#define USBD_PID_CDC_MSC_HID (0x9808) +#define USBD_PID_CDC2_MSC_HID (0x9809) +#define USBD_PID_CDC3_MSC_HID (0x980a) typedef enum { PYB_USB_STORAGE_MEDIUM_NONE = 0, |
