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