X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/a7b4bf1eb4075f6d04b767ba26477017a85c0957..660d641a03456e99ea83c68dbd3d03bae2b64573:/client/flasher.c diff --git a/client/flasher.c b/client/flasher.c index 9b92ffa4..d494810a 100644 --- a/client/flasher.c +++ b/client/flasher.c @@ -67,8 +67,8 @@ void CloseProxmark() { int OpenProxmark(size_t i) { sp = uart_open(serial_port_name); if (sp == INVALID_SERIAL_PORT) { - //poll once a second - sleep(1); + //poll once a second + msleep(100); return 0; } return 1;