Files
Leakage-Control/calib_board/usr/protocol/proto_modbus_slave_ex.h
2026-01-22 19:24:33 +08:00

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