Update main.c fflush

fc-4
Alan Johnston 11 months ago committed by GitHub
parent 32220e3a2f
commit bb6ef3b627
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2342,6 +2342,7 @@ void get_tlm_fc() {
bpsk_size = 1280;
Encode_CollectSamples(&bpsk_buffer[0], &bpsk_size);
printf("~");
fflush(stdout);
// copy to main buffer
}
int count = 0;

Loading…
Cancel
Save

Powered by TurnKey Linux.