mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
Plane: stop passing dataflash into handle_radio_status
This commit is contained in:
parent
7a1648059b
commit
7dafde5783
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user