mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-21 05:43:23 -07:00
remove old comment
This commit is contained in:
parent
db8296025f
commit
93507a3375
1 changed files with 1 additions and 1 deletions
|
@ -718,7 +718,7 @@ void printT55xxBlock(const char *blockNum){
|
||||||
|
|
||||||
for (; i < endpos; ++i)
|
for (; i < endpos; ++i)
|
||||||
bits[i - config.offset]=DemodBuffer[i];
|
bits[i - config.offset]=DemodBuffer[i];
|
||||||
//print second round of read data (more accurate due to antenna settling)
|
|
||||||
blockData = PackBits(0, 32, bits);
|
blockData = PackBits(0, 32, bits);
|
||||||
|
|
||||||
PrintAndLog(" %s | %08X | %s", blockNum, blockData, sprint_bin(bits,32));
|
PrintAndLog(" %s | %08X | %s", blockNum, blockData, sprint_bin(bits,32));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue