AP_TECS: update comment on underspeed clearing

This commit is contained in:
Andrew Tridgell 2016-07-20 08:21:08 +10:00
parent 293f94b355
commit 2527859b59
1 changed files with 3 additions and 0 deletions

View File

@ -536,6 +536,9 @@ void AP_TECS::_detect_underspeed(void)
}
else
{
// this clears underspeed if we reach our demanded height and
// we are either below 95% throttle or we above 90% of min
// airspeed
_flags.underspeed = false;
}
}