Rover: update for AP_Mount change

This commit is contained in:
Andrew Tridgell 2014-06-18 12:04:43 +10:00
parent 30a3927ea8
commit 57685ddf84
1 changed files with 1 additions and 1 deletions

View File

@ -1163,7 +1163,7 @@ void GCS_MAVLINK::handleMessage(mavlink_message_t* msg)
case MAVLINK_MSG_ID_MOUNT_STATUS:
{
camera_mount.status_msg(msg);
camera_mount.status_msg(msg, chan);
break;
}
#endif // MOUNT == ENABLED