Revert "do while loop"

This reverts commit 7c91a0bbb9.
This commit is contained in:
Josh Stewart 2016-10-25 23:35:39 +11:00
parent 7c91a0bbb9
commit 2641cddfa9
1 changed files with 1 additions and 4 deletions

View File

@ -772,8 +772,6 @@ void setup()
}
void loop()
{
do
{
mainLoopCount++;
//Check for any requets from serial. Serial operations are checked under 2 scenarios:
@ -1405,8 +1403,7 @@ do
}
}while(1); //Some tests result this in a 1.2% faster at 8500RPM
}
}
//************************************************************************************************
//Interrupts