mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 21:48:28 -04:00
Plane: Remove redundant status text on MAV_CMD_DO_GO_AROUND
This commit is contained in:
parent
cb77c1acc9
commit
1d03732ac5
@ -1397,12 +1397,6 @@ void GCS_MAVLINK_Plane::handleMessage(mavlink_message_t* msg)
|
||||
result = MAV_RESULT_ACCEPTED;
|
||||
}
|
||||
}
|
||||
|
||||
if (result == MAV_RESULT_ACCEPTED) {
|
||||
plane.gcs_send_text(MAV_SEVERITY_INFO,"Go around command accepted");
|
||||
} else {
|
||||
plane.gcs_send_text(MAV_SEVERITY_NOTICE,"Rejected go around command");
|
||||
}
|
||||
break;
|
||||
|
||||
case MAV_CMD_DO_FENCE_ENABLE:
|
||||
|
Loading…
Reference in New Issue
Block a user