From cceba3b79a5ffb1c7cc1afd9fbe2f71e90e6b872 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 26 Jan 2025 23:18:48 -0500 Subject: [PATCH] Update main.c missing encoded_bytes --- main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/main.c b/main.c index 1942f994..9e1ba838 100644 --- a/main.c +++ b/main.c @@ -2323,6 +2323,7 @@ void get_tlm_fc() { /* convert data buffer into stream buffer */ //// const unsigned char *encoded_bytes = encode(source_bytes, byte_count); // remove due to liner error + const unsigned char *encoded_bytes; /* printf("\nencoded_bytes\n"); for (int i=0; i<5200; i++)