From e61d1595ebb1fa76b499cddec2df4bd66ec92b97 Mon Sep 17 00:00:00 2001 From: jinlicong <493886250@qq.com> Date: Mon, 20 May 2024 20:02:47 +0800 Subject: [PATCH] 继续完善 --- Function/modbus/functions/mbfuncdiag.c | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/Soft/mbcrc.h b/Function/modbus/functions/mbfuncdiag.c similarity index 91% copy from Soft/mbcrc.h copy to Function/modbus/functions/mbfuncdiag.c index a2674cb..8c32e85 100644 --- a/Soft/mbcrc.h +++ b/Function/modbus/functions/mbfuncdiag.c @@ -26,12 +26,3 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * */ - -#ifndef _MB_CRC_H -#define _MB_CRC_H - -#include "port.h" - -USHORT usMBCRC16(USHORT usInit, UCHAR * pucFrame, ULONG usLen ); - -#endif -- Gitblit v1.9.3