Skip to content

Commit

Permalink
Fix crash on usb connection
Browse files Browse the repository at this point in the history
  • Loading branch information
DonLakeFlyer committed Jun 26, 2018
1 parent 141239c commit d097291
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Vehicle/Vehicle.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1784,7 +1784,6 @@ void Vehicle::_updatePriorityLink(bool updateActive, bool sendCommand)
newPriorityLink = link;
break;
}
return;
}
}
}
Expand Down

0 comments on commit d097291

Please sign in to comment.