Update main.c missing encoded_bytes

fc-l-noax-m
Alan Johnston 11 months ago committed by GitHub
parent 0be5c3e7a8
commit cceba3b79a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2323,6 +2323,7 @@ void get_tlm_fc() {
/* convert data buffer into stream buffer */ /* 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 = encode(source_bytes, byte_count); // remove due to liner error
const unsigned char *encoded_bytes;
/* /*
printf("\nencoded_bytes\n"); printf("\nencoded_bytes\n");
for (int i=0; i<5200; i++) for (int i=0; i<5200; i++)

Loading…
Cancel
Save

Powered by TurnKey Linux.