mirror of https://github.com/ArduPilot/ardupilot
AP_Vehicle: Added mode change reasons for autorotation
This commit is contained in:
parent
fc3439bfe1
commit
7bc2db9f25
|
@ -51,4 +51,6 @@ enum class ModeReason : uint8_t {
|
|||
STARTUP,
|
||||
SCRIPTING,
|
||||
UNAVAILABLE,
|
||||
AUTOROTATION_START,
|
||||
AUTOROTATION_BAILOUT,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue