mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
Remove unused oldarg in SniffHitag
This commit is contained in:
parent
20f7b2f3ec
commit
f85420d6f3
3 changed files with 3 additions and 3 deletions
|
@ -866,7 +866,7 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
|
||||
#ifdef WITH_HITAG
|
||||
case CMD_SNIFF_HITAG: // Eavesdrop Hitag tag, args = type
|
||||
SniffHitag(packet->oldarg[0]);
|
||||
SniffHitag();
|
||||
break;
|
||||
case CMD_SIMULATE_HITAG: // Simulate Hitag tag, args = memory content
|
||||
SimulateHitagTag((bool)packet->oldarg[0], packet->data.asBytes);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue