mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-13 11:28:30 -04:00
AP_Vehicle: added QLAND_INSTEAD_OF_RTL mode reason
This commit is contained in:
parent
0fd3fac65f
commit
913b789592
@ -66,4 +66,5 @@ enum class ModeReason : uint8_t {
|
||||
LOITER_ALT_REACHED_QLAND = 46,
|
||||
LOITER_ALT_IN_VTOL = 47,
|
||||
RADIO_FAILSAFE_RECOVERY = 48,
|
||||
QLAND_INSTEAD_OF_RTL = 49,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user