Update main.c increment count

fc-4
Alan Johnston 1 year ago committed by GitHub
parent 091a23d0de
commit 12180c0170
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2348,6 +2348,7 @@ void get_tlm_fc() {
while (count < bpsk_size) {
printf("bpsk_buffer %f or %d, count = %d = ctr = %d\n", (float)bpsk_buffer[count], (int)( (float)bpsk_buffer[count] ), count, ctr);
buffer[ctr++] = (int)( (float)bpsk_buffer[count] );
count += 4;
}
printf("\n");
}

Loading…
Cancel
Save

Powered by TurnKey Linux.