mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 08:38:36 -04:00
Plane: call set_likely_flying()
This commit is contained in:
parent
9d7ed495da
commit
0b40e853c9
@ -155,6 +155,9 @@ void Plane::update_is_flying_5Hz(void)
|
||||
if (should_log(MASK_LOG_MODE)) {
|
||||
Log_Write_Status();
|
||||
}
|
||||
|
||||
// tell AHRS flying state
|
||||
ahrs.set_likely_flying(new_is_flying);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user