Browse Source

AP_Vehicle: Added mode change reasons for autorotation

master
Gone4Dirt 5 years ago committed by Randy Mackay
parent
commit
a728b431e5
  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