mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-29 02:10:35 +08:00
Mavlink set telemetry_status type properly for Sik radios
- remove radio_status type since there's no type support in mavlink
This commit is contained in:
committed by
Lorenz Meier
parent
4630b60c41
commit
930ac8d4fe
@@ -1414,7 +1414,6 @@ MavlinkReceiver::handle_message_radio_status(mavlink_message_t *msg)
|
||||
|
||||
radio_status_s status = {};
|
||||
status.timestamp = hrt_absolute_time();
|
||||
status.type = radio_status_s::RADIO_TYPE_3DR_RADIO;
|
||||
status.rssi = rstatus.rssi;
|
||||
status.remote_rssi = rstatus.remrssi;
|
||||
status.txbuf = rstatus.txbuf;
|
||||
|
||||
Reference in New Issue
Block a user