mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AC_PrecLand: re-order init to resolve compiler warning
This commit is contained in:
parent
35422e169b
commit
65038c753c
@ -7,8 +7,8 @@ extern const AP_HAL::HAL& hal;
|
||||
// Constructor
|
||||
AC_PrecLand_Companion::AC_PrecLand_Companion(const AC_PrecLand& frontend, AC_PrecLand::precland_state& state)
|
||||
: AC_PrecLand_Backend(frontend, state),
|
||||
_distance_to_target(0.0f),
|
||||
_timestamp_us(0),
|
||||
_distance_to_target(0.0f),
|
||||
_have_los_meas(false)
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user