Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
Baitboat
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
Baitboat
Commits
9a20fe32
Commit
9a20fe32
authored
12 years ago
by
Robert Lefebvre
Browse files
Options
Downloads
Patches
Plain Diff
Fixed that last commit
#define Stupid_Mistake
parent
5f8f53ec
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
ArduCopter/config.h
+6
-6
6 additions, 6 deletions
ArduCopter/config.h
with
6 additions
and
6 deletions
ArduCopter/config.h
+
6
−
6
View file @
9a20fe32
...
@@ -546,11 +546,7 @@
...
@@ -546,11 +546,7 @@
// AUTO Mode
// AUTO Mode
#ifndef AUTO_YAW
#ifndef AUTO_YAW
#if FRAME_CONFIG == HELI_FRAME
# define AUTO_YAW YAW_AUTO
# define AUTO_YAW YAW_LOOK_AT_HOME
#else
# define AUTO_YAW YAW_AUTO
#endif
#endif
#endif
#ifndef AUTO_RP
#ifndef AUTO_RP
...
@@ -590,7 +586,11 @@
...
@@ -590,7 +586,11 @@
// RTL Mode
// RTL Mode
#ifndef RTL_YAW
#ifndef RTL_YAW
# define RTL_YAW YAW_HOLD
#if FRAME_CONFIG == HELI_FRAME
# define RTL_YAW YAW_LOOK_AT_HOME
#else
# define RTL_YAW YAW_HOLD
#endif
#endif
#endif
#ifndef RTL_RP
#ifndef RTL_RP
...
...
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