From e0f29d5815a7dd4d45733ce1d661f1df263913d4 Mon Sep 17 00:00:00 2001
From: chenlh <2008get@163.com>
Date: 星期四, 09 十月 2025 15:23:10 +0800
Subject: [PATCH] 第一轮测试OK版提交

---
 src/protocol_internal.h |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/protocol_internal.h b/src/protocol_internal.h
index 6e5914a..93de377 100644
--- a/src/protocol_internal.h
+++ b/src/protocol_internal.h
@@ -22,8 +22,7 @@
 }PhyPort;
 
 struct FlowChartHead {
-	short crcLsb;
-	short crcMsb;
+	int crc;
 	unsigned short module_num;
 	unsigned char  compress;
 	unsigned char  version;

--
Gitblit v1.9.3