]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/appmain.c
fixed a lot of simulation issues
[proxmark3-svn] / armsrc / appmain.c
index 362759a700c8e39efe0a55fc0d769f243bac397d..b107f594b2a594eb2ae98244e5c75d08ebd6ff87 100644 (file)
@@ -706,7 +706,7 @@ void UsbPacketReceived(uint8_t *packet, int len)
                        ReaderIso14443a(c, &ack);
                        break;
                case CMD_SIMULATE_TAG_ISO_14443a:
-                       SimulateIso14443aTag(c->arg[0], c->arg[1]);  // ## Simulate iso14443a tag - pass tag type & UID
+                       SimulateIso14443aTag(c->arg[0], c->arg[1], c->arg[2]);  // ## Simulate iso14443a tag - pass tag type & UID
                        break;
                        
                case CMD_READER_MIFARE:
Impressum, Datenschutz