Update main.c add fflush

pacsat-v2.2-tlm2
Alan Johnston 4 weeks ago committed by GitHub
parent 377f9090d6
commit da78c071f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1912,6 +1912,7 @@ void get_tlm_fox() {
{
firstTime = OFF;
fprintf(stderr, "No longer first time\n");
fflush(stdout);
}
return;
}

Loading…
Cancel
Save

Powered by TurnKey Linux.