Remove panic from end of bench

This commit is contained in:
Quinten Kock 2020-06-18 21:20:51 +02:00
parent fd808ef5e0
commit a6bfca6ddc
1 changed files with 0 additions and 1 deletions

View File

@ -84,7 +84,6 @@ void bench() {
int elapsed = micros() - startTime;
Serial.print(elapsed);
Serial.println(F(" microseconds"));
panic(F("Bench finished!"));
}