From 76984409b96d4f9b3a23909b36bf300e8f95d8c4 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sun, 26 Apr 2015 18:06:36 +0200 Subject: [PATCH] FIX: forgot an argument. --- armsrc/appmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/armsrc/appmain.c b/armsrc/appmain.c index f5989bd6..68b28583 100644 --- a/armsrc/appmain.c +++ b/armsrc/appmain.c @@ -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 -- 2.39.2