diff options
author | Damien George <damien.p.george@gmail.com> | 2014-02-01 16:17:06 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-02-01 16:17:06 +0000 |
commit | d71cd86dc1b1a95ab1cbe82e4b205407a5fa1199 (patch) | |
tree | e60cbf2d586bf12853bf8ae313aa5698fce10181 /stm/usb.h | |
parent | 01156d510c728408be4fd3100bcee18e8985ac00 (diff) | |
parent | 565fdccfd21b9304a37e9602d33cf64b15781f6a (diff) |
Merge branch 'iabdalkader-master'
Conflicts:
stm/usb.c
stm/usb.h
Diffstat (limited to 'stm/usb.h')
-rw-r--r-- | stm/usb.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ void pyb_usb_dev_init(void); bool usb_vcp_is_enabled(void); +bool usb_vcp_is_connected(void); void usb_vcp_set_interrupt_char(int c); int usb_vcp_rx_any(void); char usb_vcp_rx_get(void); |