mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 18:47:21 +08:00
VehicleGPSPosition: remove unused "using"
This commit is contained in:
@@ -39,9 +39,6 @@
|
|||||||
|
|
||||||
namespace sensors
|
namespace sensors
|
||||||
{
|
{
|
||||||
using namespace matrix;
|
|
||||||
using math::constrain;
|
|
||||||
|
|
||||||
VehicleGPSPosition::VehicleGPSPosition() :
|
VehicleGPSPosition::VehicleGPSPosition() :
|
||||||
ModuleParams(nullptr),
|
ModuleParams(nullptr),
|
||||||
ScheduledWorkItem(MODULE_NAME, px4::wq_configurations::nav_and_controllers)
|
ScheduledWorkItem(MODULE_NAME, px4::wq_configurations::nav_and_controllers)
|
||||||
|
|||||||
Reference in New Issue
Block a user