Rover: add common handling of mavlink command messages

This commit is contained in:
Peter Barker 2017-07-14 12:04:46 +10:00 committed by Francisco Ferreira
parent 3e3a8717c5
commit 40eb07f472
1 changed files with 1 additions and 0 deletions

View File

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