Update main.c add const

fc-3
Alan Johnston 11 months ago committed by GitHub
parent 46fb18d601
commit 1d2e3a067a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2309,7 +2309,7 @@ void get_tlm_fc() {
// const unsigned char *CCodecAO40::encode(unsigned char *source_bytes, int byte_count)
// CCodecAO40 ao40;
unsigned char* encoded_bytes = encode((unsigned char*)source_bytes, byte_count);
const unsigned char* encoded_bytes = encode((unsigned char*)source_bytes, byte_count);
printf("\nencoded_bytes\n");
for (int i=0; i<650; i++)

Loading…
Cancel
Save

Powered by TurnKey Linux.