mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-09 17:56:53 +08:00
Update cmdlft55xx.c
comment out place holder printf statement used for test/dev
This commit is contained in:
parent
23668ecb92
commit
fcb91fffa9
1 changed files with 1 additions and 1 deletions
|
@ -3964,7 +3964,7 @@ static int CmdT55xxSniff(const char *Cmd) {
|
|||
|
||||
// Long leading 0
|
||||
if (haveData == false && (approxEq(pulseBuffer[0],136+minWidth,tolerance) && approxEq(pulseBuffer[1],maxWidth,tolerance))) {
|
||||
printf ("Long Leading 0 - not yet hanled | have 1 Fisrt bit | Min : %-3d - Max : %-3d : diff : %d\n",minWidth,maxWidth, maxWidth-minWidth);
|
||||
// printf ("Long Leading 0 - not yet hanled | have 1 Fisrt bit | Min : %-3d - Max : %-3d : diff : %d\n",minWidth,maxWidth, maxWidth-minWidth);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue