X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/6658905f18a1eebc148836f26c731dea9c1377dc..4271e82d56403879635cabe17a0e959c49fc1a83:/common/iso14443_crc.c diff --git a/common/iso14443_crc.c b/common/iso14443_crc.c index cf29d0e0..d688bf71 100644 --- a/common/iso14443_crc.c +++ b/common/iso14443_crc.c @@ -4,7 +4,7 @@ //----------------------------------------------------------------------------- #define CRC_14443_A 0x6363 /* ITU-V.41 */ -#define CRC_14443_B 0xFFFF /* ISO/IEC 13239 (formerly ISO/IEC 3309) */ +#define CRC_14443_B 0xFFFF /* ISO/IEC 13239 (formerly ISO/IEC 3309) */ static unsigned short UpdateCrc14443(unsigned char ch, unsigned short *lpwCrc) {