mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
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();
|
reset_nav_params();
|
||||||
// remove the wind compenstaion
|
// remove the wind compenstaion
|
||||||
reset_wind_I();
|
reset_wind_I();
|
||||||
// Clears the WP navigation speed compensation
|
|
||||||
reset_nav_I();
|
|
||||||
// Clears the alt hold compensation
|
// Clears the alt hold compensation
|
||||||
reset_throttle_I();
|
reset_throttle_I();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user