mirror of https://github.com/ArduPilot/ardupilot
AP_Vehickle: add Loiter alt then QLAND mode reasons
This commit is contained in:
parent
407b70b82e
commit
d566b24c04
|
@ -63,4 +63,6 @@ enum class ModeReason : uint8_t {
|
|||
FENCE_RETURN_PREVIOUS_MODE = 43,
|
||||
QRTL_INSTEAD_OF_RTL = 44,
|
||||
AUTO_RTL_EXIT = 45,
|
||||
LOITER_ALT_REACHED_QLAND = 46,
|
||||
LOITER_ALT_IN_VTOL = 47,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue