Improve optimization
This commit is contained in:
parent
cc20fa0ce5
commit
86e2455639
|
|
@ -48,7 +48,7 @@ void setup() {
|
|||
|
||||
int elapsed = micros() - startTime;
|
||||
Serial.print(elapsed);
|
||||
Serial.println("microseconds for 5 moves");
|
||||
Serial.println(F("microseconds for 5 moves"));
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue