Update main.c every 0.5s

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

@ -2347,7 +2347,7 @@ void get_tlm_fc() {
}
int count = 0;
while (count < bpsk_size) {
if ((ctr % 10000) == 0)
if ((ctr % 24000) == 0)
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.