mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Make CRC size explicit in some cmd/reply size calculations
This commit is contained in:
parent
63392baa40
commit
67da1c8ca5
4 changed files with 10 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue