summaryrefslogtreecommitdiffstatshomepage
path: root/stm/usb.c
diff options
context:
space:
mode:
Diffstat (limited to 'stm/usb.c')
-rw-r--r--stm/usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stm/usb.c b/stm/usb.c
index fdb088638b..cc88808d9f 100644
--- a/stm/usb.c
+++ b/stm/usb.c
@@ -17,6 +17,6 @@ void usb_init() {
void usb_vcp_send(const char* str, int len) {
if (is_enabled) {
- VCP_fops.pIf_DataTx((const uint8_t*)str, len);
+ //VCP_fops.pIf_DataTx((const uint8_t*)str, len);
}
}