AP_Vehicle: add AutoLand fixed-wing mode

This commit is contained in:
Henry Wurzburg 2024-11-28 20:40:29 -06:00 committed by Peter Barker
parent 33841aaed5
commit b684d4cc81

View File

@ -71,4 +71,5 @@ enum class ModeReason : uint8_t {
MODE_TAKEOFF_FAILSAFE = 51,
DDS_COMMAND = 52,
AUX_FUNCTION = 53,
FIXED_WING_AUTOLAND = 54,
};