]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlfpcf7931.c
Restore original inline help behavior as we've now separate fcts for -h/-m
[proxmark3-svn] / client / cmdlfpcf7931.c
index c31a9f9cb11bec0c4620d7fe637359379e9f1842..13917146f8e510f23df8d949d326df881953e1af 100644 (file)
@@ -10,7 +10,8 @@
 
 #include <stdio.h>
 #include <string.h>
-#include "proxusb.h"
+//#include "proxusb.h"
+#include "proxmark3.h"
 #include "ui.h"
 #include "graph.h"
 #include "cmdparser.h"
@@ -25,7 +26,8 @@ int CmdLFPCF7931Read(const char *Cmd)
 {
   UsbCommand c = {CMD_PCF7931_READ};
   SendCommand(&c);
-  WaitForResponse(CMD_ACK);
+  UsbCommand resp;
+  WaitForResponse(CMD_ACK,&resp);
   return 0;
 }
 
Impressum, Datenschutz