mirror of https://github.com/ArduPilot/ardupilot
AP_Vehicle: add new mode reason AUX_FUNCTION
This commit is contained in:
parent
7092cb4717
commit
fe814a66e4
|
@ -70,4 +70,5 @@ enum class ModeReason : uint8_t {
|
||||||
DEADRECKON_FAILSAFE = 50,
|
DEADRECKON_FAILSAFE = 50,
|
||||||
MODE_TAKEOFF_FAILSAFE = 51,
|
MODE_TAKEOFF_FAILSAFE = 51,
|
||||||
DDS_COMMAND = 52,
|
DDS_COMMAND = 52,
|
||||||
|
AUX_FUNCTION = 53,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue