Remove panic from end of bench
This commit is contained in:
parent
fd808ef5e0
commit
a6bfca6ddc
|
|
@ -84,7 +84,6 @@ void bench() {
|
||||||
int elapsed = micros() - startTime;
|
int elapsed = micros() - startTime;
|
||||||
Serial.print(elapsed);
|
Serial.print(elapsed);
|
||||||
Serial.println(F(" microseconds"));
|
Serial.println(F(" microseconds"));
|
||||||
panic(F("Bench finished!"));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue