summaryrefslogtreecommitdiff
path: root/stm/usb.h
diff options
context:
space:
mode:
authorDamien <damien.p.george@gmail.com>2013-10-22 21:13:36 +0100
committerDamien <damien.p.george@gmail.com>2013-10-22 21:13:36 +0100
commit0c5827fc654b7722964483f58600e129e21c1013 (patch)
tree08018024bf61b9ee8d047b9237cd5f1e3277217b /stm/usb.h
parentbb5316b9056720a67c25934aebb5a68e4772a7da (diff)
stm: improved GC, and cooked output for VCP.
Diffstat (limited to 'stm/usb.h')
-rw-r--r--stm/usb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stm/usb.h b/stm/usb.h
index 75b7bb346..da9d94306 100644
--- a/stm/usb.h
+++ b/stm/usb.h
@@ -4,3 +4,4 @@ int usb_vcp_rx_any();
char usb_vcp_rx_get();
void usb_vcp_send_str(const char* str);
void usb_vcp_send_strn(const char* str, int len);
+void usb_vcp_send_strn_cooked(const char *str, int len);