mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
Copter: remove redundant reset_i_all from startup
This commit is contained in:
parent
387b6afed4
commit
98a2ffd65c
@ -293,10 +293,6 @@ static void startup_ground(void)
|
||||
ahrs2.set_fast_gains(true);
|
||||
#endif
|
||||
|
||||
// when we re-calibrate the gyros,
|
||||
// all previous I values are invalid
|
||||
reset_I_all();
|
||||
|
||||
// set landed flag
|
||||
set_land_complete(true);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user