mirror of https://github.com/ArduPilot/ardupilot
Plane: change MAVLINK_MSG_ID_SET_POSITION_TARGET_GLOBAL_INT gcs msg to remove abbreviations. Hope it fits!
This commit is contained in:
parent
bd270720da
commit
3140ce6ab6
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue