mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-02 21:54:10 +08:00
syntax suger
This commit is contained in:
parent
2d1885f1d1
commit
9d7e9935af
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ void printDemodBuff(void)
|
||||||
}
|
}
|
||||||
if (bitLen>512) bitLen=512; //max output to 512 bits if we have more - should be plenty
|
if (bitLen>512) bitLen=512; //max output to 512 bits if we have more - should be plenty
|
||||||
|
|
||||||
char *bin = sprint_bin_break(DemodBuffer,bitLen,16);
|
char *bin = sprint_bin_break(DemodBuffer, bitLen,16);
|
||||||
PrintAndLog("%s",bin);
|
PrintAndLog("%s",bin);
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue