Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MicroCART
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Distributed Autonomous Networked Control Lab
MicroCART
Commits
6ae871ec
Commit
6ae871ec
authored
8 years ago
by
MicroCART
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
groundStation/src/cli/cli_monitor.c
+2
-2
2 additions, 2 deletions
groundStation/src/cli/cli_monitor.c
with
2 additions
and
2 deletions
groundStation/src/cli/cli_monitor.c
+
2
−
2
View file @
6ae871ec
...
...
@@ -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
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment