X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/b8ed9975e55c91abfd274e17d3414a31d53fab08..929b61c6701f8266c855a669d4c7827cbe0d8eb8:/client/flasher.c diff --git a/client/flasher.c b/client/flasher.c index 7691fb3f..d7fa0b5e 100644 --- a/client/flasher.c +++ b/client/flasher.c @@ -83,7 +83,7 @@ int main(int argc, char **argv) char* serial_port_name = argv[1]; - if (!OpenProxmark(serial_port_name, true, 120, true)) { // wait for 2 minutes + if (!OpenProxmark(serial_port_name, true, 120)) { // wait for 2 minutes fprintf(stderr, "Could not find Proxmark on %s.\n\n", serial_port_name); return -1; } else {