mirror of https://github.com/ArduPilot/ardupilot
ACM: system.pde - removed reset_nav_I() to consolidate the wind control reset.
This commit is contained in:
parent
ca1e78b779
commit
fe7ca98701
|
@ -532,8 +532,6 @@ static void set_mode(byte mode)
|
|||
reset_nav_params();
|
||||
// remove the wind compenstaion
|
||||
reset_wind_I();
|
||||
// Clears the WP navigation speed compensation
|
||||
reset_nav_I();
|
||||
// Clears the alt hold compensation
|
||||
reset_throttle_I();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue