]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/proxmark3.c
rename ReceiveCommandP -> ReceiveCommandPoll for consistency
[proxmark3-svn] / client / proxmark3.c
index 4c6076bc83cbac16b52aecb65cc48a63e2d9f048..280d07f91fbc3b51d04e1221a61bc05f0d4deb11 100644 (file)
@@ -26,7 +26,7 @@ static void *usb_receiver(void *targ) {
        UsbCommand cmdbuf;
 
        while(arg->run) {
-               if (ReceiveCommandP(&cmdbuf) > 0) {
+               if (ReceiveCommandPoll(&cmdbuf)) {
                        int i;
 
                        for (i=0; i<strlen(PROXPROMPT); i++)
Impressum, Datenschutz