From 42bc97c6dc5f1c1ebcdeb725187d7503d8e15070 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 30 Oct 2022 10:32:39 -0400 Subject: [PATCH] typo --- cubesatsim/cubesatsim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index 2d684005..8b6677ed 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -209,7 +209,7 @@ void write_config_file(); void read_mode(); void write_mode(); void start_clockgen(); -void print_file_hex((char* filename, int bytes); +void print_file_hex(char* filename, int bytes); void print_hex2(byte octet); #ifndef STASSID