Update main.c print size

fc-4
Alan Johnston 11 months ago committed by GitHub
parent 9e00834eb3
commit 93e98396e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save

Powered by TurnKey Linux.