10 lines
149 B
C
10 lines
149 B
C
#ifndef _PROTO_PARA_MODBUS_H_
|
|
#define _PROTO_PARA_MODBUS_H_
|
|
|
|
#include "main.h"
|
|
|
|
#include "proto_Modbus.h"
|
|
|
|
extern proto_Modbus_t Para_Modbus;
|
|
#endif
|