From 62692432cb784253b377c1017a47fd04b1d8a176 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 19 Jan 2025 10:31:08 -0500 Subject: [PATCH] Update main.c encoded_bytes --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.c b/main.c index 2255f7f3..60278612 100644 --- a/main.c +++ b/main.c @@ -2244,7 +2244,7 @@ void get_tlm_fc() { /* create data, stream, and waveform buffers */ unsigned char source_bytes[256]; - unsigned char encoded_bytes[650]; +// unsigned char encoded_bytes[650]; int byte_count = 256; memset(source_bytes, 0xa5, sizeof(source_bytes)); @@ -2256,7 +2256,7 @@ void get_tlm_fc() { // const unsigned char *CCodecAO40::encode(unsigned char *source_bytes, int byte_count) // CCodecAO40 ao40; - encoded_bytes = encode((unsigned char*)source_bytes, byte_count); + unsigned char* encoded_bytes = encode((unsigned char*)source_bytes, byte_count); /* convert to waveform buffer */