flasher updated again, should work more solid now

This commit is contained in:
roel@libnfc.org 2013-03-21 12:44:21 +00:00
commit d8193fa5ac
2 changed files with 6 additions and 6 deletions

View file

@ -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;