]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/appmain.c
updated mfu rdbl and wrbl commands
[proxmark3-svn] / armsrc / appmain.c
index 96644b9a09e039062130d5fae52c34952c3032d1..f8594fccb19efccb24367ac7f5ba95a92ad94fee 100644 (file)
@@ -845,7 +845,7 @@ void UsbPacketReceived(uint8_t *packet, int len)
                        MifareUWriteBlock(c->arg[0], c->d.asBytes);
                        break;
                case CMD_MIFAREU_WRITEBL:
-                       MifareUWriteBlock_Special(c->arg[0], c->d.asBytes);
+                       MifareUWriteBlock_Special(c->arg[0], c->arg[1], c->d.asBytes);
                        break;
                case CMD_MIFARE_NESTED:
                        MifareNested(c->arg[0], c->arg[1], c->arg[2], c->d.asBytes);
Impressum, Datenschutz