]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - common/iso15693tools.h
fix 'hf iclass snoop'
[proxmark3-svn] / common / iso15693tools.h
index ceb6393ecc079c797c7df77c63d70f1a3dae9653..a2eab2938edc03b8c4d51b04812237b8700e4855 100644 (file)
@@ -5,8 +5,6 @@
 #define ISO15693TOOLS_H__
 
 // ISO15693 CRC
-#define ISO15693_CRC_PRESET  (uint16_t)0xFFFF
-#define ISO15693_CRC_POLY    (uint16_t)0x8408
 #define ISO15693_CRC_CHECK   ((uint16_t)(~0xF0B8 & 0xFFFF))  // use this for checking of a correct crc
 
 uint16_t Iso15693Crc(uint8_t *v, int n);
Impressum, Datenschutz