diff options
| author | Damien | 2013-10-19 15:37:09 +0100 |
|---|---|---|
| committer | Damien | 2013-10-19 15:37:09 +0100 |
| commit | fb42ec17bcf7508f66b8d8d0770b60c33be0d6ab (patch) | |
| tree | c879f13cc08c9bda799c815e93f356f9639852f5 /stm/usb.h | |
| parent | d7a7a30a4f7e85b1c4cac92b2e101e4071b89daa (diff) | |
Try to re-add USB support...
Diffstat (limited to 'stm/usb.h')
| -rw-r--r-- | stm/usb.h | 2 |
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); |
