mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 05:50:35 +08:00
navigator: remove double member initialization
This commit is contained in:
committed by
Daniel Agar
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();
|
||||
|
||||
Reference in New Issue
Block a user