AP_Vehickle: add Loiter alt then QLAND mode reasons

This commit is contained in:
Iampete1 2021-09-19 00:13:36 +01:00 committed by Andrew Tridgell
parent 407b70b82e
commit d566b24c04
1 changed files with 2 additions and 0 deletions

View File

@ -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,
};