Tracker: fill Notify flag for flying

This commit is contained in:
Peter Barker 2019-03-01 17:34:33 +11:00 committed by Peter Barker
parent 5b618fb582
commit 6b4733c9f0

View File

@ -121,6 +121,8 @@ void Tracker::one_second_loop()
// need to set "likely flying" when armed to allow for compass
// learning to run
ahrs.set_likely_flying(hal.util->get_soft_armed());
AP_Notify::flags.flying = hal.util->get_soft_armed();
}
void Tracker::ten_hz_logging_loop()