mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-03-29 10:39:54 +00:00
Make CRC size explicit in some cmd/reply size calculations
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
|
||||
#include "common.h"
|
||||
|
||||
#define CRC16_SIZE 2
|
||||
#define CRC16_POLY_CCITT 0x1021
|
||||
#define CRC16_POLY_KERMIT 0x8408
|
||||
#define CRC16_POLY_LEGIC 0xc6c6 //0x6363
|
||||
|
||||
Reference in New Issue
Block a user