Plane: fill Notify flag for flying

This commit is contained in:
Peter Barker 2019-03-01 17:31:08 +11:00 committed by Peter Barker
parent 3e0ec99100
commit d58a15ca32
1 changed files with 1 additions and 0 deletions

View File

@ -161,6 +161,7 @@ void Plane::update_is_flying_5Hz(void)
#if STATS_ENABLED == ENABLED
g2.stats.set_flying(new_is_flying);
#endif
AP_Notify::flags.flying = new_is_flying;
crash_detection_update();