Rover: stop passing dataflash into handle_radio_status

This commit is contained in:
Peter Barker 2019-03-26 16:13:26 +11:00 committed by Randy Mackay
parent 778bff966c
commit fda4487afe

View File

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