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
95522fb8
Commit
95522fb8
authored
13 years ago
by
rmackay9
Browse files
Options
Downloads
Patches
Plain Diff
ArduPlane: bug fix to global var_info parameter list for ahrs object.
parent
b85986cb
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
ArduPlane/Parameters.pde
+2
-2
2 additions, 2 deletions
ArduPlane/Parameters.pde
with
2 additions
and
2 deletions
ArduPlane/Parameters.pde
+
2
−
2
View file @
95522fb8
...
@@ -533,9 +533,9 @@ static const AP_Param::Info var_info[] PROGMEM = {
...
@@ -533,9 +533,9 @@ static const AP_Param::Info var_info[] PROGMEM = {
// @Group: AHRS_
// @Group: AHRS_
// @Path: ../libraries/AP_AHRS/AP_AHRS_DCM.cpp, ../libraries/AP_AHRS/AP_AHRS_Quaternion.cpp, ../libraries/AP_AHRS/AP_AHRS_MPU6000.cpp
// @Path: ../libraries/AP_AHRS/AP_AHRS_DCM.cpp, ../libraries/AP_AHRS/AP_AHRS_Quaternion.cpp, ../libraries/AP_AHRS/AP_AHRS_MPU6000.cpp
#if DMP_ENABLED == ENABLED && CONFIG_APM_HARDWARE == APM_HARDWARE_APM2
#if DMP_ENABLED == ENABLED && CONFIG_APM_HARDWARE == APM_HARDWARE_APM2
GOBJECT
(
ahrs
,
"AHRS_"
,
AP_AHRS_DCM
),
#else
GOBJECT
(
ahrs
,
"AHRS_"
,
AP_AHRS_MPU6000
),
GOBJECT
(
ahrs
,
"AHRS_"
,
AP_AHRS_MPU6000
),
#else
GOBJECT
(
ahrs
,
"AHRS_"
,
AP_AHRS_DCM
),
#endif
#endif
// @Group: ARSPD_
// @Group: ARSPD_
...
...
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