summaryrefslogtreecommitdiffstatshomepage
path: root/stm/usb.c
diff options
context:
space:
mode:
authorDamien <damien.p.george@gmail.com>2013-10-19 15:37:09 +0100
committerDamien <damien.p.george@gmail.com>2013-10-19 15:37:09 +0100
commitfb42ec17bcf7508f66b8d8d0770b60c33be0d6ab (patch)
treec879f13cc08c9bda799c815e93f356f9639852f5 /stm/usb.c
parentd7a7a30a4f7e85b1c4cac92b2e101e4071b89daa (diff)
downloadmicropython-fb42ec17bcf7508f66b8d8d0770b60c33be0d6ab.tar.gz
micropython-fb42ec17bcf7508f66b8d8d0770b60c33be0d6ab.zip
Try to re-add USB support...
Diffstat (limited to 'stm/usb.c')
-rw-r--r--stm/usb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stm/usb.c b/stm/usb.c
index cc88808d9f..fd32c8425f 100644
--- a/stm/usb.c
+++ b/stm/usb.c
@@ -4,6 +4,7 @@
#include "usbd_pyb_core.h"
#include "usbd_usr.h"
#include "usbd_desc.h"
+#include "usb.h"
extern CDC_IF_Prop_TypeDef VCP_fops;