mirror of https://github.com/ArduPilot/ardupilot
ArduSub: move control_mode_reason up to AP_Vehicle
This commit is contained in:
parent
eaa6b36077
commit
2b890eda53
|
@ -214,7 +214,6 @@ private:
|
|||
// This is the state of the flight control system
|
||||
// There are multiple states defined such as STABILIZE, ACRO,
|
||||
control_mode_t control_mode;
|
||||
ModeReason control_mode_reason = ModeReason::UNKNOWN;
|
||||
|
||||
control_mode_t prev_control_mode;
|
||||
ModeReason prev_control_mode_reason = ModeReason::UNKNOWN;
|
||||
|
|
Loading…
Reference in New Issue