diff options
author | Damien George <damien.p.george@gmail.com> | 2017-06-07 16:00:18 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-06-07 16:03:45 +1000 |
commit | f86c57fedffcabbec94d4b56bb45cc627f48ab55 (patch) | |
tree | 6781b9af8082ca5f1d6402b0956dbbc6df24bef7 /stmhal/usb.h | |
parent | 3bb69f645a29429be63756616d3019e889c1d355 (diff) | |
download | micropython-f86c57fedffcabbec94d4b56bb45cc627f48ab55.tar.gz micropython-f86c57fedffcabbec94d4b56bb45cc627f48ab55.zip |
stmhal/usb: Make state for USB device private to top-level USB driver.
Diffstat (limited to 'stmhal/usb.h')
-rw-r--r-- | stmhal/usb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stmhal/usb.h b/stmhal/usb.h index bc2b91c3db..42e6c76f81 100644 --- a/stmhal/usb.h +++ b/stmhal/usb.h @@ -47,7 +47,6 @@ typedef enum { } USB_PHY_ID; extern mp_uint_t pyb_usb_flags; -extern struct _USBD_HandleTypeDef hUSBDDevice; extern pyb_usb_storage_medium_t pyb_usb_storage_medium; extern const struct _mp_obj_tuple_t pyb_usb_hid_mouse_obj; extern const struct _mp_obj_tuple_t pyb_usb_hid_keyboard_obj; |