Plane: change MAVLINK_MSG_ID_SET_POSITION_TARGET_GLOBAL_INT gcs msg to remove abbreviations. Hope it fits!

This commit is contained in:
Tom Pittenger 2016-06-07 08:28:35 -07:00
parent bd270720da
commit 3140ce6ab6
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}