10 lines
186 B
C
10 lines
186 B
C
#ifndef _PROTO_MODBUS_SLAVE_EX_H_
|
|
#define _PROTO_MODBUS_SLAVE_EX_H_
|
|
#include "main.h"
|
|
#include "gas_data.h"
|
|
#include "proto_modbus_lib.h"
|
|
|
|
extern proto_Modbus_t modbus_slave_ex;
|
|
|
|
#endif
|