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/rtu/mbcrc.h | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/Soft/mbcrc.h b/Function/modbus/rtu/mbcrc.h similarity index 95% copy from Soft/mbcrc.h copy to Function/modbus/rtu/mbcrc.h index a2674cb..4386bbb 100644 --- a/Soft/mbcrc.h +++ b/Function/modbus/rtu/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 -- Gitblit v1.9.3