fix issue #103: revert type change. Samples from FPGA are signed.

Renamed iso14443.c to iso14443b.c
This commit is contained in:
pwpiwi
2015-06-02 07:22:23 +02:00
parent 01d5b635cf
commit 67ac4bf75c
2 changed files with 25 additions and 11 deletions

View File

@@ -17,7 +17,7 @@ APP_CFLAGS = -DWITH_LF -DWITH_ISO15693 -DWITH_ISO14443a -DWITH_ISO14443b -DWITH_
SRC_LF = lfops.c hitag2.c lfsampling.c
SRC_ISO15693 = iso15693.c iso15693tools.c
SRC_ISO14443a = epa.c iso14443a.c mifareutil.c mifarecmd.c mifaresniff.c
SRC_ISO14443b = iso14443.c
SRC_ISO14443b = iso14443b.c
SRC_CRAPTO1 = crapto1.c crypto1.c des.c aes.c
SRC_CRC = iso14443crc.c crc.c crc16.c crc32.c