Browse Source

AP_Vehickle: add Loiter alt then QLAND mode reasons

gps-1.3.1
Iampete1 3 years ago committed by Andrew Tridgell
parent
commit
d566b24c04
  1. 2
      libraries/AP_Vehicle/ModeReason.h

2
libraries/AP_Vehicle/ModeReason.h

@ -63,4 +63,6 @@ enum class ModeReason : uint8_t { @@ -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…
Cancel
Save