From 45ae7e44f2fe72043d26feeca842d3e0672cc55d Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Fri, 22 Jul 2022 17:34:41 -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 6b2a2383..268f9eca 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -150,7 +150,7 @@ void start_isr(); void read_reset_count(); void start_button_isr(); void payload_OK_only(); -void client_print_string(char *string)' +void client_print_string(char *string); bool check_for_wifi(); void check_for_browser(); void configure_wifi();