From 0d5b7df96a2ee186b7b085dca9cf9a33f791c430 Mon Sep 17 00:00:00 2001
From: graydon <weidong.gao@cretone.cn>
Date: 星期六, 30 八月 2025 20:27:15 +0800
Subject: [PATCH] 增加双USB
---
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