Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
Ardupilot
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
OpenSource
Ardupilot
Commits
0588d884
"git@ssh.gitrepo.de:d.eisold/frontend.git" did not exist on "1bfc6e4396c3fd97be7666dbdcb76bca78519c5f"
Commit
0588d884
authored
10 years ago
by
Andrew Tridgell
Browse files
Options
Downloads
Patches
Plain Diff
Rover: fixed build
parent
903b149b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
APMrover2/APMrover2.pde
+1
-0
1 addition, 0 deletions
APMrover2/APMrover2.pde
APMrover2/GCS_Mavlink.pde
+1
-0
1 addition, 0 deletions
APMrover2/GCS_Mavlink.pde
with
2 additions
and
0 deletions
APMrover2/APMrover2.pde
+
1
−
0
View file @
0588d884
...
...
@@ -72,6 +72,7 @@
#include
<AP_AHRS.h>
// ArduPilot Mega DCM Library
#include
<AP_NavEKF.h>
#include
<AP_Mission.h>
// Mission command library
#include
<AP_Rally.h>
#include
<AP_Terrain.h>
#include
<PID.h>
// PID library
#include
<RC_Channel.h>
// RC Channel Library
...
...
This diff is collapsed.
Click to expand it.
APMrover2/GCS_Mavlink.pde
+
1
−
0
View file @
0588d884
...
...
@@ -517,6 +517,7 @@ bool GCS_MAVLINK::try_send_message(enum ap_message id)
break
;
case
MSG_RETRY_DEFERRED
:
case
MSG_TERRAIN
:
break
;
// just here to prevent a warning
}
...
...
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