mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-11 18:48:08 +08:00
chg: 'hf iclass chk' - remove some printing
This commit is contained in:
parent
ecc7983866
commit
d58786ed74
1 changed files with 1 additions and 1 deletions
|
@ -2047,7 +2047,7 @@ int CmdHFiClassCheckKeys(const char *Cmd) {
|
|||
return 1;
|
||||
}
|
||||
|
||||
PrintPreCalcMac(keyBlock, keycnt, pre);
|
||||
//PrintPreCalcMac(keyBlock, keycnt, pre);
|
||||
|
||||
// max 42 keys inside USB_COMMAND. 512/4 = 103 mac
|
||||
uint32_t chunksize = keycnt > (USB_CMD_DATA_SIZE/4) ? (USB_CMD_DATA_SIZE/4) : keycnt;
|
||||
|
|
Loading…
Reference in a new issue