Plane: call set_likely_flying()

This commit is contained in:
Andrew Tridgell 2017-06-19 13:16:43 +10:00
parent 9d7ed495da
commit 0b40e853c9

View File

@ -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);
}
/*