]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/appmain.c
chg: LF t55xx trace
[proxmark3-svn] / armsrc / appmain.c
index 6fd6cdcc3cd0332309f37524df93a4e86eca2628..afed56b77b5a7f2b4b2792e0ed9823d6f0839db5 100644 (file)
@@ -18,9 +18,9 @@
 #include "util.h"
 #include "printf.h"
 #include "string.h"
-
 #include <stdarg.h>
 
+
 #include "legicrf.h"
 #include "../include/hitag2.h"
 
@@ -842,7 +842,7 @@ void UsbPacketReceived(uint8_t *packet, int len)
                        MifareDES_Auth1(c->arg[0], c->arg[1], c->arg[2], c->d.asBytes);
                        break;
                case CMD_MIFARE_DESFIRE_AUTH2:
-                       MifareDES_Auth2(c->arg[0],c->d.asBytes);
+                       //MifareDES_Auth2(c->arg[0],c->d.asBytes);
                        break;
                // case CMD_MIFARE_DES_READER:
                        // ReaderMifareDES(c->arg[0], c->arg[1], c->d.asBytes);
Impressum, Datenschutz