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
d26fa6d8
Commit
d26fa6d8
authored
10 years ago
by
Randy Mackay
Browse files
Options
Downloads
Patches
Plain Diff
Copter: minor format fix
no functional change
parent
ed7e176c
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
ArduCopter/Parameters.h
+3
-3
3 additions, 3 deletions
ArduCopter/Parameters.h
ArduCopter/Parameters.pde
+1
-1
1 addition, 1 deletion
ArduCopter/Parameters.pde
with
4 additions
and
4 deletions
ArduCopter/Parameters.h
+
3
−
3
View file @
d26fa6d8
...
@@ -78,9 +78,9 @@ public:
...
@@ -78,9 +78,9 @@ public:
// Parachute object
// Parachute object
k_param_parachute
,
// 17
k_param_parachute
,
// 17
//
Parachute
object
//
Landing gear
object
k_param_landinggear
,
// 18
k_param_landinggear
,
// 18
// Misc
// Misc
//
//
...
...
This diff is collapsed.
Click to expand it.
ArduCopter/Parameters.pde
+
1
−
1
View file @
d26fa6d8
...
@@ -885,7 +885,7 @@ const AP_Param::Info var_info[] PROGMEM = {
...
@@ -885,7 +885,7 @@ const AP_Param::Info var_info[] PROGMEM = {
// @Group: LGR_
// @Group: LGR_
// @Path: ../libraries/AP_LandingGear/AP_LandingGear.cpp
// @Path: ../libraries/AP_LandingGear/AP_LandingGear.cpp
GOBJECT
(
landinggear
,
"LGR_"
,
AP_LandingGear
),
GOBJECT
(
landinggear
,
"LGR_"
,
AP_LandingGear
),
// @Group: COMPASS_
// @Group: COMPASS_
// @Path: ../libraries/AP_Compass/Compass.cpp
// @Path: ../libraries/AP_Compass/Compass.cpp
...
...
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