projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
problems creating pull request with the new traces
[proxmark3-svn]
/
client
/
cmdlfpcf7931.c
diff --git
a/client/cmdlfpcf7931.c
b/client/cmdlfpcf7931.c
index c31a9f9cb11bec0c4620d7fe637359379e9f1842..13917146f8e510f23df8d949d326df881953e1af 100644
(file)
--- a/
client/cmdlfpcf7931.c
+++ b/
client/cmdlfpcf7931.c
@@
-10,7
+10,8
@@
#include <stdio.h>
#include <string.h>
#include <stdio.h>
#include <string.h>
-#include "proxusb.h"
+//#include "proxusb.h"
+#include "proxmark3.h"
#include "ui.h"
#include "graph.h"
#include "cmdparser.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);
{
UsbCommand c = {CMD_PCF7931_READ};
SendCommand(&c);
- WaitForResponse(CMD_ACK);
+ UsbCommand resp;
+ WaitForResponse(CMD_ACK,&resp);
return 0;
}
return 0;
}
Impressum
,
Datenschutz