mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Removed delay(1) again
This commit is contained in:
parent
349cff9b16
commit
67b61dea17
1 changed files with 0 additions and 1 deletions
|
@ -279,7 +279,6 @@ uint8_t XBOXRECV::Poll() {
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
delay(1);
|
|
||||||
if(BUFFER_SIZE > 0) {
|
if(BUFFER_SIZE > 0) {
|
||||||
#ifdef EXTRADEBUG
|
#ifdef EXTRADEBUG
|
||||||
Notify(PSTR("Bytes Received: "));
|
Notify(PSTR("Bytes Received: "));
|
||||||
|
|
Loading…
Reference in a new issue