From 9e1383613923adc3d9478f2d9d5a334b8ff66d51 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 30 Oct 2022 10:32:26 -0400 Subject: [PATCH] typo --- cubesatsim/cubesatsim.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 435b9217..b56160ad 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -4461,7 +4461,7 @@ void start_clockgen() { } -void print_file_hex((char* filename, int bytes) { +void print_file_hex(char* filename, int bytes) { Serial.println(" "); int count = 0; char buff[3];