Skip to content
Snippets Groups Projects
Commit 98a2ffd6 authored by Randy Mackay's avatar Randy Mackay
Browse files

Copter: remove redundant reset_i_all from startup

parent 387b6afe
No related branches found
No related tags found
No related merge requests found
...@@ -293,10 +293,6 @@ static void startup_ground(void) ...@@ -293,10 +293,6 @@ static void startup_ground(void)
ahrs2.set_fast_gains(true); ahrs2.set_fast_gains(true);
#endif #endif
// when we re-calibrate the gyros,
// all previous I values are invalid
reset_I_all();
// set landed flag // set landed flag
set_land_complete(true); set_land_complete(true);
} }
......
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