diff options
Diffstat (limited to 'core/usb/usb.c')
-rw-r--r-- | core/usb/usb.c | 1 |
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); } |