From 4970765985635b1f9b2df237f4a647a923dfe74d Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 2 Feb 2025 16:24:57 -0500 Subject: [PATCH] Update main.c don't need to redefine val --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 4e59fae6..e9fab87d 100644 --- a/main.c +++ b/main.c @@ -2329,7 +2329,7 @@ void get_tlm_fc() { // FunCube Mode telemetry generation int pos = 56; source_bytes[pos++] = 0x55; source_bytes[pos++] = 0x68; - int val; +// int val; if (image_file != NULL) { printf("Writing image data to payload\n"); while (((val = getc(image_file)) != EOF) && (pos < 256)) {