Removed delay(1) again

This commit is contained in:
Kristian Sloth Lauszus 2013-01-02 23:57:52 +01:00
parent 349cff9b16
commit 67b61dea17

View file

@ -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: "));