mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
AP_Vehicle: Added mode change reasons for autorotation
This commit is contained in:
parent
36ed12073c
commit
a728b431e5
@ -51,4 +51,6 @@ enum class ModeReason : uint8_t {
|
||||
STARTUP,
|
||||
SCRIPTING,
|
||||
UNAVAILABLE,
|
||||
AUTOROTATION_START,
|
||||
AUTOROTATION_BAILOUT,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user