mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 13:38:38 -04:00
Rover: remove call to empty camera.configure_msg
This commit is contained in:
parent
7330b5e91b
commit
dc3fdf76a3
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user