diff --git a/src/ANT.cpp b/src/ANT.cpp index fe3b775a6..5ae14dcf2 100644 --- a/src/ANT.cpp +++ b/src/ANT.cpp @@ -183,7 +183,7 @@ void ANT::run() // read more bytes from the device uint8_t byte; if (rawRead(&byte, 1) > 0) receiveByte((unsigned char)byte); - //else msleep(5); + else msleep(1); //---------------------------------------------------------------------- // LISTEN TO CONTROLLER FOR COMMANDS