From 8a383b8715fc07145fdc3f3e3dbe6ecd93f72989 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Sun, 07 Jun 2020 00:06:57 +0800
Subject: [PATCH] update tlv_server program, add TLV parser support

---
 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