mirror of https://github.com/ArduPilot/ardupilot
Plane: fill Notify flag for flying
This commit is contained in:
parent
3e0ec99100
commit
d58a15ca32
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue