Commit dbff0164 authored by Damien George's avatar Damien George

stm32/usbdev: Merge all global USB device state into a single struct.

This is the final piece of USB device refactoring to support multiple
USB device instances.
parent 0ea73d2d
This diff is collapsed.
......@@ -28,7 +28,6 @@
#include "usbd_cdc_msc_hid0.h"
#define PYB_USB_FLAG_DEV_ENABLED (0x0001)
#define PYB_USB_FLAG_USB_MODE_CALLED (0x0002)
// Windows needs a different PID to distinguish different device configurations
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment