Skip to content
Snippets Groups Projects
Commit c45209ea authored by Jason Short's avatar Jason Short
Browse files

Broken timer - removed

parent 93d7712c
No related branches found
No related tags found
No related merge requests found
...@@ -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){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment