Files
Leakage-Control/leakage_system/usr/protocol/proto_modbus_tcp_slave_ex.h
2026-02-25 15:12:13 +08:00

10 lines
194 B
C

#ifndef _PROTO_MODBUS_TCP_SLAVE_EX_H_
#define _PROTO_MODBUS_TCP_SLAVE_EX_H_
#include "main.h"
#include "gas_data.h"
#include "proto_modbus_lib.h"
extern proto_Modbus_t modbus_slave_ex;
#endif