mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
Copter: update for AP_Mount change
This commit is contained in:
parent
57685ddf84
commit
edafe7100b
@ -1329,7 +1329,7 @@ void GCS_MAVLINK::handleMessage(mavlink_message_t* msg)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case MAVLINK_MSG_ID_MOUNT_STATUS:
|
case MAVLINK_MSG_ID_MOUNT_STATUS:
|
||||||
camera_mount.status_msg(msg);
|
camera_mount.status_msg(msg, chan);
|
||||||
break;
|
break;
|
||||||
#endif // MOUNT == ENABLED
|
#endif // MOUNT == ENABLED
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user