mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 01:18:29 -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:
|
||||||
case MAVLINK_MSG_ID_RADIO_STATUS:
|
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;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user