mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
MulticopterLandDetector: remove unnecessary newline
This commit is contained in:
parent
4865d027f9
commit
45ada2dd4c
@ -349,7 +349,6 @@ float MulticopterLandDetector::_get_gnd_effect_altitude()
|
||||
|
||||
bool MulticopterLandDetector::_get_ground_effect_state()
|
||||
{
|
||||
|
||||
return (_in_descend && !_horizontal_movement) ||
|
||||
(_below_gnd_effect_hgt && _takeoff_state == takeoff_status_s::TAKEOFF_STATE_FLIGHT) ||
|
||||
_takeoff_state == takeoff_status_s::TAKEOFF_STATE_RAMPUP;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user