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
2e7939cb
Commit
2e7939cb
authored
12 years ago
by
Andrew Tridgell
Browse files
Options
Downloads
Patches
Plain Diff
Mavlink: enable MAVLINK_SEPARATE_HELPERS
this fixes a seq number problem with SIMSTATE packets
parent
880404d0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
libraries/GCS_MAVLink/GCS_MAVLink.cpp
+4
-0
4 additions, 0 deletions
libraries/GCS_MAVLink/GCS_MAVLink.cpp
libraries/GCS_MAVLink/GCS_MAVLink.h
+1
-1
1 addition, 1 deletion
libraries/GCS_MAVLink/GCS_MAVLink.h
with
5 additions
and
1 deletion
libraries/GCS_MAVLink/GCS_MAVLink.cpp
+
4
−
0
View file @
2e7939cb
...
@@ -15,6 +15,10 @@ version 2.1 of the License, or (at your option) any later version.
...
@@ -15,6 +15,10 @@ version 2.1 of the License, or (at your option) any later version.
#include
<AP_Common.h>
#include
<AP_Common.h>
#include
<GCS_MAVLink.h>
#include
<GCS_MAVLink.h>
#ifdef MAVLINK_SEPARATE_HELPERS
#include
"include/mavlink/v1.0/mavlink_helpers.h"
#endif
BetterStream
*
mavlink_comm_0_port
;
BetterStream
*
mavlink_comm_0_port
;
BetterStream
*
mavlink_comm_1_port
;
BetterStream
*
mavlink_comm_1_port
;
...
...
This diff is collapsed.
Click to expand it.
libraries/GCS_MAVLink/GCS_MAVLink.h
+
1
−
1
View file @
2e7939cb
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
// we have separate helpers disabled to make it possible
// we have separate helpers disabled to make it possible
// to select MAVLink 1.0 in the arduino GUI build
// to select MAVLink 1.0 in the arduino GUI build
//
#define MAVLINK_SEPARATE_HELPERS
#define MAVLINK_SEPARATE_HELPERS
#include
"include/mavlink/v1.0/ardupilotmega/version.h"
#include
"include/mavlink/v1.0/ardupilotmega/version.h"
...
...
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