X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/6c45a008f5a216f29492004140ac8914a1378941..e0a241f76ed8aea5f23745fb3775c6916406aea4:/client/snooper.c diff --git a/client/snooper.c b/client/snooper.c index 30d39de6..36c80ce6 100644 --- a/client/snooper.c +++ b/client/snooper.c @@ -10,7 +10,7 @@ #include "sleep.h" #include "ui.h" -#include "proxusb.h" +//#include "proxusb.h" #include "cmdmain.h" #define HANDLE_ERROR if (error_occured) { \ @@ -37,7 +37,7 @@ int main() ReceiveCommandPoll(&cmdbuf); } HANDLE_ERROR; - CommandReceived("hf 14a list"); + CommandReceived("hf list 14a"); HANDLE_ERROR; } }