Rover: Ignore landing message

This commit is contained in:
Michael du Breuil 2017-05-18 11:31:49 -07:00 committed by Tom Pittenger
parent c4cd6bdf86
commit 379a4fbfab

View File

@ -487,6 +487,7 @@ bool GCS_MAVLINK_Rover::try_send_message(enum ap_message id)
case MSG_GIMBAL_REPORT:
case MSG_RPM:
case MSG_POSITION_TARGET_GLOBAL_INT:
case MSG_LANDING:
break; // just here to prevent a warning
}
return true;