Browse Source

Fix build

QGC4.4
Tomaz Canabrava 6 years ago committed by Daniel Agar
parent
commit
b6304d2d89
  1. 2
      src/AutoPilotPlugins/PX4/SensorsComponent.cc

2
src/AutoPilotPlugins/PX4/SensorsComponent.cc

@ -26,7 +26,7 @@ SensorsComponent::SensorsComponent(Vehicle* vehicle, AutoPilotPlugin* autopilot,
VehicleComponent(vehicle, autopilot, parent), VehicleComponent(vehicle, autopilot, parent),
_name(tr("Sensors")) _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 QString SensorsComponent::name(void) const

Loading…
Cancel
Save