From 56c87ab03a411858b8ecdbb349a8cb0353d5f4de Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Wed, 21 Jan 2026 08:25:32 -0500 Subject: [PATCH] Update main.c print command count --- main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.c b/main.c index 2d1d0ad0..a16b8ae2 100644 --- a/main.c +++ b/main.c @@ -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) {