mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
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
Block a user