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
c45209ea
Commit
c45209ea
authored
13 years ago
by
Jason Short
Browse files
Options
Downloads
Patches
Plain Diff
Broken timer - removed
parent
93d7712c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ArduCopter/ArduCopter.pde
+0
-5
0 additions, 5 deletions
ArduCopter/ArduCopter.pde
with
0 additions
and
5 deletions
ArduCopter/ArduCopter.pde
+
0
−
5
View file @
c45209ea
...
@@ -1193,11 +1193,6 @@ static void slow_loop()
...
@@ -1193,11 +1193,6 @@ static void slow_loop()
slow_loopCounter
++
;
slow_loopCounter
++
;
superslow_loopCounter
++
;
superslow_loopCounter
++
;
// update throttle hold every 20 seconds
if
(
superslow_loopCounter
>
60
){
update_throttle_cruise
();
}
if
(
superslow_loopCounter
>
1200
){
if
(
superslow_loopCounter
>
1200
){
#if HIL_MODE != HIL_MODE_ATTITUDE
#if HIL_MODE != HIL_MODE_ATTITUDE
if
(
g
.
rc_3
.
control_in
==
0
&&
control_mode
==
STABILIZE
&&
g
.
compass_enabled
){
if
(
g
.
rc_3
.
control_in
==
0
&&
control_mode
==
STABILIZE
&&
g
.
compass_enabled
){
...
...
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