aboutsummaryrefslogtreecommitdiffstats
path: root/core/usb/usb.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/usb/usb.c')
-rw-r--r--core/usb/usb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/usb/usb.c b/core/usb/usb.c
index c8a27c2..c0229ff 100644
--- a/core/usb/usb.c
+++ b/core/usb/usb.c
@@ -418,5 +418,4 @@ void usbSendHello(void) {
char *line = "\n";
while(usbSendBytes(&thisVal,1) == 0);
while(usbSendBytes((uint8*)line,1) == 0);
- GetEPTxCount(1);
}