AP_Vehicle: Added mode change reasons for autorotation

This commit is contained in:
Gone4Dirt 2019-11-28 20:23:03 +00:00 committed by Andrew Tridgell
parent fc3439bfe1
commit 7bc2db9f25
1 changed files with 2 additions and 0 deletions

View File

@ -51,4 +51,6 @@ enum class ModeReason : uint8_t {
STARTUP,
SCRIPTING,
UNAVAILABLE,
AUTOROTATION_START,
AUTOROTATION_BAILOUT,
};