mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
FIX: forgot an argument.
This commit is contained in:
parent
fab0b37968
commit
76984409b9
1 changed files with 1 additions and 1 deletions
|
@ -920,7 +920,7 @@ void UsbPacketReceived(uint8_t *packet, int len)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case CMD_MIFARE_COLLECT_NONCES:
|
case CMD_MIFARE_COLLECT_NONCES:
|
||||||
MifareCollectNonces(c->arg[0], c->[1]);
|
MifareCollectNonces(c->arg[0], c->arg[1]);
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue