]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/snooper.c
fix OS detection, libgcc detection
[proxmark3-svn] / client / snooper.c
index 9a92e84de4b5517494439f6377d006aed4cc4095..e6d4c364599586462f51055402c72e4fc5f80e3b 100644 (file)
@@ -6,7 +6,6 @@
 #include <string.h>
 #include <errno.h>
 
-#include "translate.h"
 #include "prox.h"
 #include "proxmark3.h"
 
@@ -35,7 +34,7 @@ int main()
                        ReceiveCommand(&cmdbuf);
                        HANDLE_ERROR
                        for (i=0; i<5; i++) {
-                               ReceiveCommandP(&cmdbuf);
+                               ReceiveCommandPoll(&cmdbuf);
                        }
                        HANDLE_ERROR
 
Impressum, Datenschutz