mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-06-04 06:31:40 +00:00
forgot to remove
This commit is contained in:
@@ -1666,10 +1666,6 @@ static void PacketReceived(PacketCommandNG *packet) {
|
||||
iClass_ReadBlock(packet->data.asBytes);
|
||||
break;
|
||||
}
|
||||
case CMD_HF_ICLASS_AUTH: { //check
|
||||
iClass_Authentication(packet->data.asBytes);
|
||||
break;
|
||||
}
|
||||
case CMD_HF_ICLASS_CHKKEYS: {
|
||||
iClass_Authentication_fast(packet->oldarg[0], packet->oldarg[1], packet->data.asBytes);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user