mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
Revert "lf simask, lf simfsk and bug fixes"
This reverts commit fb0c84c3df
.
This commit is contained in:
parent
fb0c84c3df
commit
e396001c47
13 changed files with 50 additions and 451 deletions
|
@ -108,7 +108,6 @@ uint64_t Em410xDecode(uint8_t *BitStream, size_t *size, size_t *startIdx)
|
|||
errChk = 0;
|
||||
break;
|
||||
}
|
||||
//set uint64 with ID from BitStream
|
||||
for (uint8_t ii=0; ii<4; ii++){
|
||||
lo = (lo << 1LL) | (BitStream[(i*5)+ii+idx]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue