From 347d67bbc4e61831ab52d8108da75dc1e89e6ddf Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 11 Jul 2021 11:50:07 -0400 Subject: [PATCH] typo --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index e00d07e5..9bd3f385 100644 --- a/main.c +++ b/main.c @@ -898,7 +898,7 @@ void get_tlm(void) { char resBuffer[1000]; FILE * file_gps = popen("timeout 5 /home/pi/CubeSatSim/gpsd/gps.sh", "r"); fgets(resBuffer, 1000, file_gps); - printf("GPS: %s \n"&resBuffer); + printf("GPS: %s \n", &resBuffer); // printf("Str: %s \n", str); if (mode != CW) {