ACM: system.pde - removed reset_nav_I() to consolidate the wind control reset.

This commit is contained in:
Jason Short 2012-03-18 14:46:43 -07:00
parent ca1e78b779
commit fe7ca98701
1 changed files with 0 additions and 2 deletions

View File

@ -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();
}