Duplicated loop function use comment

It takes slightly more space to duplicate the comment vs using an obtuse
reference to find another comment buried in the code.
This commit is contained in:
David Madison 2017-03-27 17:37:50 -04:00
parent 3f62027cf0
commit e14a46c63e
1 changed files with 2 additions and 1 deletions

View File

@ -196,5 +196,6 @@ void adalight(){
void loop()
{
// Not used. See note in adalight() function.
// loop() is avoided as even that small bit of function overhead
// has a measurable impact on this code's overall throughput.
}