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