From 3140ce6ab6d4b3d21a9ef0d6e78f41d7ea6178aa Mon Sep 17 00:00:00 2001 From: Tom Pittenger Date: Tue, 7 Jun 2016 08:28:35 -0700 Subject: [PATCH] Plane: change MAVLINK_MSG_ID_SET_POSITION_TARGET_GLOBAL_INT gcs msg to remove abbreviations. Hope it fits! --- ArduPlane/GCS_Mavlink.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArduPlane/GCS_Mavlink.cpp b/ArduPlane/GCS_Mavlink.cpp index 054ac23865..3621c465fe 100644 --- a/ArduPlane/GCS_Mavlink.cpp +++ b/ArduPlane/GCS_Mavlink.cpp @@ -2150,7 +2150,7 @@ void GCS_MAVLINK_Plane::handleMessage(mavlink_message_t* msg) cmd.content.location.flags.terrain_alt = true; break; default: - plane.gcs_send_text_fmt(MAV_SEVERITY_WARNING, "Invalid coord fr. (SET_POSTION_TARGET_GLOBAL_INT)"); + plane.gcs_send_text_fmt(MAV_SEVERITY_WARNING, "Invalid coord frame in SET_POSTION_TARGET_GLOBAL_INT"); msg_valid = false; break; }