aboutsummaryrefslogtreecommitdiff
path: root/stm/usb.h
diff options
context:
space:
mode:
authorDamien2013-10-19 15:37:09 +0100
committerDamien2013-10-19 15:37:09 +0100
commitfb42ec17bcf7508f66b8d8d0770b60c33be0d6ab (patch)
treec879f13cc08c9bda799c815e93f356f9639852f5 /stm/usb.h
parentd7a7a30a4f7e85b1c4cac92b2e101e4071b89daa (diff)
Try to re-add USB support...
Diffstat (limited to 'stm/usb.h')
-rw-r--r--stm/usb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/stm/usb.h b/stm/usb.h
new file mode 100644
index 000000000..c5060a010
--- /dev/null
+++ b/stm/usb.h
@@ -0,0 +1,2 @@
+void usb_init();
+void usb_vcp_send(const char* str, int len);