Rover: enable logging of RADIO_STATUS

This commit is contained in:
Andrew Tridgell 2014-03-20 09:55:40 +11:00
parent 4a01315fc5
commit 552674389d

View File

@ -1295,7 +1295,7 @@ void GCS_MAVLINK::handleMessage(mavlink_message_t* msg)
case MAVLINK_MSG_ID_RADIO:
case MAVLINK_MSG_ID_RADIO_STATUS:
{
handle_radio_status(msg);
handle_radio_status(msg, DataFlash, should_log(MASK_LOG_PM));
break;
}