Browse Source

AP_Vehicle: Added mode change reasons for autorotation

c415-sdk
Gone4Dirt 5 years ago committed by Randy Mackay
parent
commit
71f7761975
  1. 2
      libraries/AP_Vehicle/ModeReason.h

2
libraries/AP_Vehicle/ModeReason.h

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

Loading…
Cancel
Save