mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
chg: xmodem
This commit is contained in:
parent
2fecbb6141
commit
b43ea3be32
2 changed files with 5 additions and 0 deletions
|
@ -30,6 +30,7 @@ typedef enum {
|
|||
CRC_LEGIC,
|
||||
CRC_CCITT,
|
||||
CRC_KERMIT,
|
||||
CRC_XMODEM,
|
||||
} CrcType_t;
|
||||
|
||||
uint16_t update_crc16_ex(uint16_t crc, uint8_t c, uint16_t polynomial);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue