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:
parent
3f62027cf0
commit
e14a46c63e
|
@ -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.
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue