Skip to content

Commit

Permalink
Fix firmware build
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish committed Jun 16, 2024
1 parent 7f5394a commit 8f110ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardware/firmware/speed-tests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ void run_tests() {
ms = test_sram_speed(buffer, BUFFER_SIZE);
Serial.print(ms);
Serial.print(" ms to write ");
Serial.print(buffer_size);
Serial.print(BUFFER_SIZE);
Serial.println(" bytes to SRAM");

for (int i = 0; i < 10; i++) {
Expand Down

0 comments on commit 8f110ab

Please sign in to comment.