Browse Source

Rover: add common handling of mavlink command messages

mission-4.1.18
Peter Barker 8 years ago committed by Francisco Ferreira
parent
commit
40eb07f472
  1. 1
      APMrover2/GCS_Mavlink.cpp

1
APMrover2/GCS_Mavlink.cpp

@ -1091,6 +1091,7 @@ void GCS_MAVLINK_Rover::handleMessage(mavlink_message_t* msg) @@ -1091,6 +1091,7 @@ void GCS_MAVLINK_Rover::handleMessage(mavlink_message_t* msg)
default:
result = handle_command_long_message(packet);
break;
}

Loading…
Cancel
Save