FIX: forgot an argument.

This commit is contained in:
iceman1001
2015-04-26 18:06:36 +02:00
parent fab0b37968
commit 76984409b9

View File

@@ -920,7 +920,7 @@ void UsbPacketReceived(uint8_t *packet, int len)
break;
case CMD_MIFARE_COLLECT_NONCES:
MifareCollectNonces(c->arg[0], c->[1]);
MifareCollectNonces(c->arg[0], c->arg[1]);
break;
#endif