Copter: enable logging of RADIO_STATUS

This commit is contained in:
Andrew Tridgell 2014-03-20 09:55:30 +11:00
parent dd06756abf
commit 4a01315fc5
1 changed files with 1 additions and 1 deletions

View File

@ -1356,7 +1356,7 @@ void GCS_MAVLINK::handleMessage(mavlink_message_t* msg)
case MAVLINK_MSG_ID_RADIO:
case MAVLINK_MSG_ID_RADIO_STATUS: // MAV ID: 109
{
handle_radio_status(msg);
handle_radio_status(msg, DataFlash, (g.log_bitmask & MASK_LOG_PM) != 0);
break;
}