浏览代码

modbus_mapping_t is now a named typedef (to allow forward declaration)

Andrea Masciotta 6 年之前
父节点
当前提交
ddac0cf909
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/modbus.h

+ 1 - 1
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;