diff options
Diffstat (limited to 'stmhal/usb.c')
-rw-r--r-- | stmhal/usb.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/stmhal/usb.c b/stmhal/usb.c index 50848f4555..85dd2b4eaf 100644 --- a/stmhal/usb.c +++ b/stmhal/usb.c @@ -107,10 +107,6 @@ char usb_vcp_rx_get(void) { return USBD_CDC_RxGet(); } -void usb_vcp_send_str(const char *str) { - usb_vcp_send_strn(str, strlen(str)); -} - void usb_vcp_send_strn(const char *str, int len) { #ifdef USE_DEVICE_MODE if (dev_is_enabled) { |