X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/13dbdd6bb15850fa326930af324d2034a4547f9e..d8193fa5ac203dfd340d7f552b6d47d411013981:/client/flasher.c?ds=inline diff --git a/client/flasher.c b/client/flasher.c index d1efec5e..cf2cdd95 100644 --- a/client/flasher.c +++ b/client/flasher.c @@ -74,7 +74,6 @@ int OpenProxmark(size_t i) { sp = uart_open(serial_port_name); if (sp == INVALID_SERIAL_PORT) { //poll once a second - msleep(100); return 0; } return 1;