mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
ArduPlane: move control_mode_reason up to AP_Vehicle
This commit is contained in:
parent
adc0514cf6
commit
eaa6b36077
@ -289,7 +289,6 @@ private:
|
||||
// This is the state of the flight control system
|
||||
// There are multiple states defined such as MANUAL, FBW-A, AUTO
|
||||
Mode *control_mode = &mode_initializing;
|
||||
ModeReason control_mode_reason = ModeReason::UNKNOWN;
|
||||
Mode *previous_mode = &mode_initializing;
|
||||
ModeReason previous_mode_reason = ModeReason::UNKNOWN;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user