aboutsummaryrefslogtreecommitdiff
path: root/stmhal/usb.h
diff options
context:
space:
mode:
authorDamien George2017-02-15 16:39:30 +1100
committerDamien George2017-02-15 16:39:30 +1100
commite5cc681cb1b5163b9ae3453df85344326baf9759 (patch)
tree200ae1f6b6387fbd12ee9dd3cc4223ca32cdd560 /stmhal/usb.h
parent05a4859585c4e0a55fca2e7467ba70da6453fdcb (diff)
stmhal: Use generic interrupt char code.
Diffstat (limited to 'stmhal/usb.h')
-rw-r--r--stmhal/usb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/stmhal/usb.h b/stmhal/usb.h
index e153f0c6b..bc2b91c3d 100644
--- a/stmhal/usb.h
+++ b/stmhal/usb.h
@@ -61,7 +61,6 @@ void pyb_usb_init0(void);
bool pyb_usb_dev_init(uint16_t vid, uint16_t pid, usb_device_mode_t mode, USBD_HID_ModeInfoTypeDef *hid_info);
void pyb_usb_dev_deinit(void);
bool usb_vcp_is_enabled(void);
-void usb_vcp_set_interrupt_char(int c);
int usb_vcp_recv_byte(uint8_t *c); // if a byte is available, return 1 and put the byte in *c, else return 0
void usb_vcp_send_strn(const char* str, int len);
void usb_vcp_send_strn_cooked(const char *str, int len);