added Force_new_altitude call for alt hold

This commit is contained in:
Jason Short 2012-03-10 12:37:54 -08:00
parent 037221cd02
commit 0ccfdc664d

View File

@ -1658,7 +1658,7 @@ void update_throttle_mode(void)
// we are under automatic throttle control
// ---------------------------------------
if(reset_throttle_flag) {
set_new_altitude(max(current_loc.alt, 100));
force_new_altitude(max(current_loc.alt, 100));
reset_throttle_flag = false;
update_throttle_cruise();
}