Update main.c print for first time off

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

@ -1909,8 +1909,10 @@ void get_tlm_fox() {
}
if (firstTime && (mode == PACSAT))
firstTime = 0;
{
firstTime = OFF;
fprintf(stderr, "No longer first time\n");
}
return;
}

Loading…
Cancel
Save

Powered by TurnKey Linux.