Browse Source

Fix crash on usb connection

QGC4.4
DonLakeFlyer 7 years ago
parent
commit
d097291443
  1. 1
      src/Vehicle/Vehicle.cc

1
src/Vehicle/Vehicle.cc

@ -1784,7 +1784,6 @@ void Vehicle::_updatePriorityLink(bool updateActive, bool sendCommand)
newPriorityLink = link; newPriorityLink = link;
break; break;
} }
return;
} }
} }
} }

Loading…
Cancel
Save