sr-frs-rx
Alan Johnston 2 years ago committed by GitHub
parent 2ea7397976
commit 634afe5b21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1518,7 +1518,7 @@ void get_tlm_fox() {
if ( (fgets(count_string, 10, command_count_file)) != NULL)
groundCommandCount = atoi(count_string);
} else
fprint("Error opening command_count.txt!\n");
printf("Error opening command_count.txt!\n");
fclose(command_count_file);
printf("Command count: %d\n", groundCommandCount);

Loading…
Cancel
Save

Powered by TurnKey Linux.