mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-01 13:14:30 +08:00
FIX: how to break a working thing by being blind...
This commit is contained in:
parent
407697dfe3
commit
cb832982c9
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ static inline int filter(uint32_t const x)
|
||||||
f |= 0x3c8b0 >> (x >> 8 & 0xf) & 4;
|
f |= 0x3c8b0 >> (x >> 8 & 0xf) & 4;
|
||||||
f |= 0x1e458 >> (x >> 12 & 0xf) & 2;
|
f |= 0x1e458 >> (x >> 12 & 0xf) & 2;
|
||||||
f |= 0x0d938 >> (x >> 16 & 0xf) & 1;
|
f |= 0x0d938 >> (x >> 16 & 0xf) & 1;
|
||||||
return BIT(0xEC57E80A, 0xf);
|
return BIT(0xEC57E80A, f);
|
||||||
}
|
}
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue