Plane: stop passing dataflash into handle_radio_status

This commit is contained in:
Peter Barker 2019-03-26 16:13:47 +11:00 committed by Randy Mackay
parent 7a1648059b
commit 7dafde5783

View File

@ -1168,7 +1168,7 @@ void GCS_MAVLINK_Plane::handleMessage(mavlink_message_t* msg)
case MAVLINK_MSG_ID_RADIO:
case MAVLINK_MSG_ID_RADIO_STATUS:
{
handle_radio_status(msg, plane.logger, plane.should_log(MASK_LOG_PM));
handle_radio_status(msg, plane.should_log(MASK_LOG_PM));
break;
}