Commit f0874593 authored by Don Gagne's avatar Don Gagne

parent 7d034aec
......@@ -394,7 +394,7 @@ void MAVLinkProtocol::setSystemId(int id)
/** @return Component id of this application */
int MAVLinkProtocol::getComponentId()
{
return 0;
return MAV_COMP_ID_MISSIONPLANNER;
}
void MAVLinkProtocol::enableVersionCheck(bool enabled)
......
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