mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_Vehicle: add failsafe protections to Mode Takeoff
This commit is contained in:
parent
2832f8ca76
commit
af34b1e43b
@ -68,4 +68,5 @@ enum class ModeReason : uint8_t {
|
|||||||
RADIO_FAILSAFE_RECOVERY = 48,
|
RADIO_FAILSAFE_RECOVERY = 48,
|
||||||
QLAND_INSTEAD_OF_RTL = 49,
|
QLAND_INSTEAD_OF_RTL = 49,
|
||||||
DEADRECKON_FAILSAFE = 50,
|
DEADRECKON_FAILSAFE = 50,
|
||||||
|
MODE_TAKEOFF_FAILSAFE = 51,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user