]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/proxmark3.c
ADD: some more keys
[proxmark3-svn] / client / proxmark3.c
index 14674016bab3f7d444cd679f43219f50201311ae..b49b4d0511da8a4572f8281b3d0890c964ae4444 100644 (file)
@@ -71,7 +71,7 @@ byte_t* prx = rx;
        // printf("██████╔╝██╔████╔██║ ████╔╝\n");
        // printf("██╔═══╝ ██║╚██╔╝██║   ══█║    iceman@icesql.net\n");
        // printf("██║     ██║ ╚═╝ ██║ ████╔╝ https://github.com/iceman1001/proxmark3\n");
-       // printf("╚═╝     ╚═╝     ╚═╝ ╚═══╝v1.6.4\n");
+       // printf("╚═╝     ╚═╝     ╚═╝ ╚═══╝v1.6.8\n");
 // }
 
 
@@ -98,7 +98,8 @@ static void *uart_receiver(void *targ) {
                prx = rx;
 
                if (txcmd_pending) {
-                       if ( !uart_send(sp, (byte_t*) &txcmd, sizeof(UsbCommand))) {
+                       bool res = uart_send(sp, (byte_t*) &txcmd, sizeof(UsbCommand));
+                       if (!res) {
                                PrintAndLog("Sending bytes to proxmark failed");
                        }
                        txcmd_pending = false;
Impressum, Datenschutz