mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 10:36:58 -07:00
Add generic CRC calculation code
This commit is contained in:
parent
c86cc30801
commit
68d9d60a4d
3 changed files with 90 additions and 1 deletions
|
@ -25,7 +25,8 @@ THUMBSRC = start.c \
|
|||
ARMSRC = fpgaloader.c \
|
||||
legicrf.c \
|
||||
$(SRC_ISO14443a) \
|
||||
$(SRC_ISO14443b)
|
||||
$(SRC_ISO14443b) \
|
||||
crc.c
|
||||
|
||||
# Do not move this inclusion before the definition of {THUMB,ASM,ARM}SRC
|
||||
include ../common/Makefile.common
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue