From 5a258d5e61d7fe0a72d1bb6fdb018bcf1cb81b49 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 3 Jul 2022 14:54:16 -0400 Subject: [PATCH] Update cubesatsim.h --- cubesatsim/cubesatsim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index d48239fd..215c7700 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -103,7 +103,7 @@ void send_packet(); void read_ina219(); void read_sensors(); void get_tlm_ao7(); -void print_string(*string); +void print_string(char *string); extern int Encode_8b10b[][256];