Sub: add common handling of mavlink command messages

This commit is contained in:
Peter Barker 2017-07-14 12:05:04 +10:00 committed by Francisco Ferreira
parent 3af52d9db3
commit f2d75cbbe9

View File

@ -1397,7 +1397,7 @@ void GCS_MAVLINK_Sub::handleMessage(mavlink_message_t* msg)
}
default:
result = MAV_RESULT_UNSUPPORTED;
result = handle_command_long_message(packet);
break;
}