Skip to content
Snippets Groups Projects
Commit 6ae871ec authored by MicroCART's avatar MicroCART
Browse files

Fixed bug put in by groundstation team (not naming names... KRIS)

parent 417058ac
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ int cli_monitor(struct backend_conn * conn, int argc, char **argv) {
}
int monitor(struct backend_conn * conn) {
static struct frontend_pid_data pid_data[PID_NUM_PIDS] = {0};
static struct frontend_pid_data pid_data[PID_NUM_PIDS];
/* Get tracker data */
struct frontend_tracker_data td;
......@@ -148,4 +148,4 @@ int monitor(struct backend_conn * conn) {
monitorcounter++;
pidcounter = ((pidcounter + 1) % PID_NUM_PIDS);
return 0;
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment