Browse Source

Plane: remove "Command recieved" statustext

master
Michael du Breuil 9 years ago committed by Andrew Tridgell
parent
commit
f60b3fd6c7
  1. 1
      ArduPlane/GCS_Mavlink.cpp

1
ArduPlane/GCS_Mavlink.cpp

@ -1155,7 +1155,6 @@ void GCS_MAVLINK::handleMessage(mavlink_message_t* msg)
uint8_t result = MAV_RESULT_UNSUPPORTED; uint8_t result = MAV_RESULT_UNSUPPORTED;
// do command // do command
send_text(MAV_SEVERITY_INFO,"Command received: ");
switch(packet.command) { switch(packet.command) {

Loading…
Cancel
Save