Function/modbus/rtu/mbcrc.hcopy from Soft/mbcrc.h copy to Function/modbus/rtu/mbcrc.h
File was copied from Soft/mbcrc.h @@ -29,9 +29,7 @@ #ifndef _MB_CRC_H #define _MB_CRC_H #include "port.h" USHORT usMBCRC16(USHORT usInit, UCHAR * pucFrame, ULONG usLen ); USHORT usMBCRC16_initFF( UCHAR * pucFrame, USHORT usLen ); #endif