From ddac0cf909d9ab05423df7b9a66e6e60e8bb0fbb Mon Sep 17 00:00:00 2001 From: Andrea Masciotta Date: Thu, 7 Jun 2018 10:40:08 +0200 Subject: [PATCH] modbus_mapping_t is now a named typedef (to allow forward declaration) --- src/modbus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modbus.h b/src/modbus.h index fda3f02..ab87e31 100644 --- a/src/modbus.h +++ b/src/modbus.h @@ -154,7 +154,7 @@ extern const unsigned int libmodbus_version_micro; typedef struct _modbus modbus_t; -typedef struct { +typedef struct _modbus_mapping_t { int nb_bits; int start_bits; int nb_input_bits; -- libgit2 0.21.4