mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
flasher updated again, should work more solid now
This commit is contained in:
parent
2d7fc168a2
commit
d8193fa5ac
2 changed files with 6 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue