mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-22 05:00:29 +08:00
minor fix - got too comment happy removing test code
should not have commented this code out
This commit is contained in:
parent
e888ed8e62
commit
ea7d657f75
1 changed files with 2 additions and 2 deletions
|
@ -240,10 +240,10 @@ int Cmdaskrawdemod(const char *Cmd)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
//debug
|
//debug
|
||||||
if ((bitnum>64) && (BitStream[bitnum-1]!=77)) break;
|
if ((bitnum>64) && (BitStream[bitnum-1]!=77)) break;
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ClearGraph(0);
|
ClearGraph(0);
|
||||||
|
|
Loading…
Add table
Reference in a new issue