mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-08 23:40:35 +08:00
navigator: use new Param class
This commit is contained in:
@@ -41,8 +41,8 @@
|
||||
#include "takeoff.h"
|
||||
#include "navigator.h"
|
||||
|
||||
Takeoff::Takeoff(Navigator *navigator, const char *name) :
|
||||
MissionBlock(navigator, name)
|
||||
Takeoff::Takeoff(Navigator *navigator) :
|
||||
MissionBlock(navigator)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user