From 565fdccfd21b9304a37e9602d33cf64b15781f6a Mon Sep 17 00:00:00 2001 From: mux <freelancer.c@gmail.com> Date: Sat, 1 Feb 2014 15:47:15 +0200 Subject: [PATCH] Add usb_vcp_connected prototype to usb.h --- stm/usb.h | 1 + 1 file changed, 1 insertion(+) diff --git a/stm/usb.h b/stm/usb.h index c3b39ca84..718255c25 100644 --- a/stm/usb.h +++ b/stm/usb.h @@ -1,5 +1,6 @@ void pyb_usb_dev_init(void); bool usb_vcp_is_enabled(void); +bool usb_vcp_is_connected(void); int usb_vcp_rx_any(void); char usb_vcp_rx_get(void); void usb_vcp_send_str(const char* str); -- GitLab