AP_Vehicle: Added mode change reasons for autorotation

This commit is contained in:
Gone4Dirt 2019-11-28 20:23:03 +00:00 committed by Randy Mackay
parent 180d4e713c
commit 71f7761975
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,
};