From 67b61dea17bf5f02e1ec57a40a825c3e6ac79961 Mon Sep 17 00:00:00 2001 From: Kristian Sloth Lauszus Date: Wed, 2 Jan 2013 23:57:52 +0100 Subject: [PATCH] Removed delay(1) again --- XBOXRECV.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/XBOXRECV.cpp b/XBOXRECV.cpp index 2c51f6aa..9f8548f7 100644 --- a/XBOXRECV.cpp +++ b/XBOXRECV.cpp @@ -279,7 +279,6 @@ uint8_t XBOXRECV::Poll() { default: break; } - delay(1); if(BUFFER_SIZE > 0) { #ifdef EXTRADEBUG Notify(PSTR("Bytes Received: "));