From 859dca63ef17023734a07bc15cddaa015a3aacd9 Mon Sep 17 00:00:00 2001 From: Stefan Mertl Date: Fri, 4 Jan 2019 13:56:38 +0100 Subject: [PATCH] Renamed the msg attribute. --- software/c++/ruwaicom/include/rw_protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/c++/ruwaicom/include/rw_protocol.h b/software/c++/ruwaicom/include/rw_protocol.h index e01a19a..f949b92 100644 --- a/software/c++/ruwaicom/include/rw_protocol.h +++ b/software/c++/ruwaicom/include/rw_protocol.h @@ -197,7 +197,7 @@ typedef struct rw_cfg_gps_port_flags_s { //! The Ruwai CFG-GPS message. typedef struct rw_cfg_gps_s { - rw_cfg_gps_port_flags_t active_ports; + rw_cfg_gps_port_flags_t ports; } rw_cfg_gps_t; -- 2.11.4.GIT