From 829c62b3582d42f262232a7125099f500702dde2 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 19 Jan 2025 16:06:58 -0500 Subject: [PATCH] Update main.c labels --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.c b/main.c index 16be128b..c12206bd 100644 --- a/main.c +++ b/main.c @@ -2291,11 +2291,11 @@ void get_tlm_fc() { unsigned char source_bytes[256]; // unsigned char encoded_bytes[650]; int byte_count = 256; + + /* write telemetry into data buffer */ memset(source_bytes, 0x5a, sizeof(source_bytes)); - /* write telemetry into data buffer */ - /* convert data buffer into stream buffer */ // const unsigned char *CCodecAO40::encode(unsigned char *source_bytes, int byte_count)