diff options
| author | Damien <damien.p.george@gmail.com> | 2013-10-22 21:13:36 +0100 | 
|---|---|---|
| committer | Damien <damien.p.george@gmail.com> | 2013-10-22 21:13:36 +0100 | 
| commit | 0c5827fc654b7722964483f58600e129e21c1013 (patch) | |
| tree | 08018024bf61b9ee8d047b9237cd5f1e3277217b /stm/usb.h | |
| parent | bb5316b9056720a67c25934aebb5a68e4772a7da (diff) | |
stm: improved GC, and cooked output for VCP.
Diffstat (limited to 'stm/usb.h')
| -rw-r--r-- | stm/usb.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -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); | 
