mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-09 02:50:35 +08:00
navigator remove redundant param updates
This commit is contained in:
committed by
Lorenz Meier
parent
49180de27c
commit
f87402b16c
@@ -57,8 +57,6 @@ Takeoff::Takeoff(Navigator *navigator, const char *name) :
|
||||
MissionBlock(navigator, name),
|
||||
_param_min_alt(this, "MIS_TAKEOFF_ALT", false)
|
||||
{
|
||||
// load initial params
|
||||
updateParams();
|
||||
}
|
||||
|
||||
Takeoff::~Takeoff()
|
||||
|
||||
Reference in New Issue
Block a user