mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
navigator: remove double member initialization
This commit is contained in:
parent
06f667a8b3
commit
ccb21e3c4b
@ -43,8 +43,7 @@
|
||||
#include "navigator.h"
|
||||
|
||||
NavigatorMode::NavigatorMode(Navigator *navigator) :
|
||||
_navigator(navigator),
|
||||
_active(false)
|
||||
_navigator(navigator)
|
||||
{
|
||||
/* set initial mission items */
|
||||
on_inactivation();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user