revert change "hf list topaz" to "hf list nfc"

refactored Startbit detection in MillerDecoding()
relaxed startbit detection in MillerDecoding()
fixed CRC checking and CRC bytes marking in hf list
fixed topaz multi frame command listing in hf list topaz
This commit is contained in:
pwpiwi 2015-03-17 07:41:08 +01:00
commit ef00343cb1
3 changed files with 84 additions and 63 deletions

View file

@ -63,8 +63,7 @@ typedef struct {
uint16_t syncBit;
uint8_t parityBits;
uint8_t parityLen;
uint16_t highCnt;
uint16_t twoBits;
uint32_t fourBits;
uint32_t startTime, endTime;
uint8_t *output;
uint8_t *parity;