Remove parity bit check for felica.

This commit is contained in:
Thomas Sutter
2019-10-30 13:42:52 +01:00
parent 1a852e02c7
commit f3d79c22f2
2 changed files with 1 additions and 1 deletions

View File

@@ -301,6 +301,7 @@ static uint16_t printTraceLine(uint16_t tracepos, uint16_t traceLen, uint8_t *tr
&& protocol != ISO_7816_4
&& protocol != PROTO_HITAG
&& protocol != THINFILM
&& protocol != FELICA
&& (isResponse || protocol == ISO_14443A)
&& (oddparity8(frame[j]) != ((parityBits >> (7 - (j & 0x0007))) & 0x01))) {