From 59cf9a1dd4319b6f97ceb723c06bed3004f2b3c0 Mon Sep 17 00:00:00 2001 From: Claudio Micheli <claudio@auterion.com> Date: Thu, 7 Mar 2019 17:45:50 +0100 Subject: [PATCH] telemetry_status: Changed "type" comment. Signed-off-by: Claudio Micheli <claudio@auterion.com> --- msg/telemetry_status.msg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msg/telemetry_status.msg b/msg/telemetry_status.msg index d9643c1bfa..9d897c6444 100644 --- a/msg/telemetry_status.msg +++ b/msg/telemetry_status.msg @@ -36,7 +36,7 @@ uint8 remote_component_id # component id of the remote system (Mavlink header c uint8 remote_type # remote system status flag (Mavlink MAV_TYPE) uint8 remote_system_status # remote system status flag (Mavlink MAV_STATE) -uint8 type # type of the radio hardware +uint8 type # type of the radio hardware (LINK_TYPE_*) uint8 mode -- GitLab