mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_TECS: fixed compiler warning
- AP_Landing _landing was declared out-of-order
This commit is contained in:
parent
725a9c40a6
commit
b614b41d6d
@ -125,11 +125,11 @@ private:
|
||||
// reference to the AHRS object
|
||||
AP_AHRS &_ahrs;
|
||||
|
||||
const AP_Vehicle::FixedWing &aparm;
|
||||
|
||||
// reference to const AP_Landing to access it's params
|
||||
const AP_Landing &_landing;
|
||||
|
||||
const AP_Vehicle::FixedWing &aparm;
|
||||
|
||||
// TECS tuning parameters
|
||||
AP_Float _hgtCompFiltOmega;
|
||||
AP_Float _spdCompFiltOmega;
|
||||
|
Loading…
Reference in New Issue
Block a user