]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/flash.c
Always enable fast response mode (was enabled for flasher only)
[proxmark3-svn] / client / flash.c
index 9a443cb84fce8df45ee0ec70ca3d6e9b26753b36..67e371a20b2900591b35d91214c330c07ceb5cc2 100644 (file)
@@ -336,7 +336,7 @@ static int enter_bootloader(char *serial_port_name)
                msleep(100);
                CloseProxmark();
 
                msleep(100);
                CloseProxmark();
 
-               bool opened = OpenProxmark(serial_port_name, true, 120, true);   // wait for 2 minutes
+               bool opened = OpenProxmark(serial_port_name, true, 120);   // wait for 2 minutes
                if (opened) {
                        fprintf(stderr," Found.\n");
                        return 0;
                if (opened) {
                        fprintf(stderr," Found.\n");
                        return 0;
Impressum, Datenschutz