From b0053f87034ff358b7ccadc7f2d9643e9a7767e7 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Thu, 30 Apr 2020 16:15:09 +0800
Subject: [PATCH] update tlv project for server

---
 prj1_tlv/lylib/crc-itu-t.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/prj1_tlv/lylib/crc-itu-t.h b/prj1_tlv/lylib/crc-itu-t.h
index e054724..d47888e 100644
--- a/prj1_tlv/lylib/crc-itu-t.h
+++ b/prj1_tlv/lylib/crc-itu-t.h
@@ -13,7 +13,7 @@
 #ifndef CRC_ITU_T_H
 #define CRC_ITU_T_H
 
-#define MAGIC_CRC           0x1E50
+#define MAGIC_CRC           0x0107
 
 extern const unsigned short  crc_itu_t_table[256];
 

--
Gitblit v1.9.1