mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-25 08:35:56 +08:00
iclass bf: avoid slowdown
This commit is contained in:
parent
35ec13e7af
commit
2ed5f1f614
1 changed files with 2 additions and 0 deletions
|
@ -224,6 +224,8 @@ static void permute(BitstreamIn *p_in, uint64_t z, int l, int r, BitstreamOut *o
|
|||
}
|
||||
|
||||
static void printState(const char *desc, uint64_t c) {
|
||||
if (g_debugMode == 0)
|
||||
return;
|
||||
char s[60] = {0};
|
||||
snprintf(s, sizeof(s), "%s : ", desc);
|
||||
|
||||
|
|
Loading…
Reference in a new issue