From 90025642ce97002910ace4654c64035bb91ad4a8 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Wed, 29 Apr 2020 23:48:37 +0800 Subject: [PATCH] update prj1_tlv source code, test socket client connect ok --- 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