From b6304d2d899f9bdde3365574eb9fdbb4c4b9cfaf Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Tue, 9 Jul 2019 19:31:45 +0200 Subject: [PATCH] Fix build --- src/AutoPilotPlugins/PX4/SensorsComponent.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AutoPilotPlugins/PX4/SensorsComponent.cc b/src/AutoPilotPlugins/PX4/SensorsComponent.cc index 6b096c5ee..0c53acc65 100644 --- a/src/AutoPilotPlugins/PX4/SensorsComponent.cc +++ b/src/AutoPilotPlugins/PX4/SensorsComponent.cc @@ -26,7 +26,7 @@ SensorsComponent::SensorsComponent(Vehicle* vehicle, AutoPilotPlugin* autopilot, VehicleComponent(vehicle, autopilot, parent), _name(tr("Sensors")) { - _deviceIds = QStringList({QStringLiteral("CAL_GYRO0_ID"), QStringLiteral("CAL_ACC0_ID") }; + _deviceIds = QStringList({QStringLiteral("CAL_GYRO0_ID"), QStringLiteral("CAL_ACC0_ID") }); } QString SensorsComponent::name(void) const -- 2.22.0