Browse Source

Merge conflict fix missed the Android only variable.

QGC4.4
dogmaphobic 9 years ago
parent
commit
2b23d05c84
  1. 3
      src/Vehicle/MultiVehicleManager.cc

3
src/Vehicle/MultiVehicleManager.cc

@ -40,7 +40,10 @@ @@ -40,7 +40,10 @@
QGC_LOGGING_CATEGORY(MultiVehicleManagerLog, "MultiVehicleManagerLog")
const char* MultiVehicleManager::_gcsHeartbeatEnabledKey = "gcsHeartbeatEnabled";
#if defined __android__
static const char* kJniClassName = "org/qgroundcontrol/qgchelper/UsbDeviceJNI";
#endif
MultiVehicleManager::MultiVehicleManager(QGCApplication* app)
: QGCTool(app)

Loading…
Cancel
Save