]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/appmain.c
Reverted some minor things, altered other things to get it to compile cleanly
[proxmark3-svn] / armsrc / appmain.c
index d52ed94a3beab578483d68ebc2820799d182ecc4..530dc39cd04b4fa15603998bb069cb27e2fc9029 100644 (file)
@@ -18,6 +18,7 @@
 #include "util.h"
 #include "printf.h"
 #include "string.h"
+
 #include <stdarg.h>
 
 #include "legicrf.h"
@@ -801,7 +802,7 @@ void UsbPacketReceived(uint8_t *packet, int len)
                        MifareUReadBlock(c->arg[0],c->d.asBytes);
                        break;
                case CMD_MIFAREU_READCARD:
-                       MifareUReadCard(c->arg[0],c->d.asBytes);
+                       MifareUReadCard(c->arg[0], c->arg[1], c->d.asBytes);
                         break;
                case CMD_MIFARE_READSC:
                        MifareReadSector(c->arg[0], c->arg[1], c->arg[2], c->d.asBytes);
Impressum, Datenschutz