From 14bbb45d375b611d19494874996e94aad64cf912 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Mon, 06 Nov 2023 17:15:05 +0800 Subject: [PATCH] add socket argments sample --- 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