Commit 4508f0c4 authored by Lorenz Meier's avatar Lorenz Meier

Fix XPlane link compile error

parent 2d5018d6
...@@ -372,8 +372,8 @@ void QGCXPlaneLink::updateControls(quint64 time, float rollAilerons, float pitch ...@@ -372,8 +372,8 @@ void QGCXPlaneLink::updateControls(quint64 time, float rollAilerons, float pitch
bool isFixedWing = true; bool isFixedWing = true;
if (_vehicle->vehicleType() == MAV_TYPE_QUADROTOR if (_vehicle->vehicleType() == MAV_TYPE_QUADROTOR
|| mav->getSystemType() == MAV_TYPE_HEXAROTOR || _vehicle->getSystemType() == MAV_TYPE_HEXAROTOR
|| mav->getSystemType() == MAV_TYPE_OCTOROTOR) || _vehicle->getSystemType() == MAV_TYPE_OCTOROTOR)
{ {
qDebug() << "MAV_TYPE_QUADROTOR"; qDebug() << "MAV_TYPE_QUADROTOR";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment