mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
forgot to remove
This commit is contained in:
parent
84bc138841
commit
3c8cefd898
1 changed files with 0 additions and 4 deletions
|
@ -1666,10 +1666,6 @@ static void PacketReceived(PacketCommandNG *packet) {
|
||||||
iClass_ReadBlock(packet->data.asBytes);
|
iClass_ReadBlock(packet->data.asBytes);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case CMD_HF_ICLASS_AUTH: { //check
|
|
||||||
iClass_Authentication(packet->data.asBytes);
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
case CMD_HF_ICLASS_CHKKEYS: {
|
case CMD_HF_ICLASS_CHKKEYS: {
|
||||||
iClass_Authentication_fast(packet->oldarg[0], packet->oldarg[1], packet->data.asBytes);
|
iClass_Authentication_fast(packet->oldarg[0], packet->oldarg[1], packet->data.asBytes);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue