mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
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
Block a user