Rover: remove call to empty camera.configure_msg

This commit is contained in:
Randy Mackay 2015-04-18 22:24:37 +09:00
parent 7330b5e91b
commit dc3fdf76a3

View File

@ -1147,7 +1147,6 @@ void GCS_MAVLINK::handleMessage(mavlink_message_t* msg)
#if CAMERA == ENABLED
case MAVLINK_MSG_ID_DIGICAM_CONFIGURE:
{
camera.configure_msg(msg);
break;
}