Update main.c print command count

master-fsk-cw
Alan Johnston 2 weeks ago committed by GitHub
parent ffdd22fcc9
commit 56c87ab03a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1872,8 +1872,9 @@ void get_tlm_fox() {
} else
printf("Error opening command_count.txt!\n");
fclose(command_count_file);
// printf("Command count: %d\n", groundCommandCount);
printf("Command count: %d\n", groundCommandCount);
int simulated;
simulated = sim_mode;
if (failureMode != FAIL_NONE) {

Loading…
Cancel
Save

Powered by TurnKey Linux.