mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-03 06:20:35 +08:00
FlightTask: use convetion for definition of the landing gear default value
This commit is contained in:
committed by
Dennis Mannhart
parent
9ee3d79a96
commit
2c06cb71c8
@@ -53,7 +53,7 @@ const landing_gear_s FlightTasks::getGear()
|
||||
return _current_task.task->getGear();
|
||||
|
||||
} else {
|
||||
return FlightTask::landing_gear_default_keep;
|
||||
return FlightTask::empty_landing_gear_default_keep;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user