mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-15 01:33:00 -07:00
optimized
This commit is contained in:
parent
a7b4bf1eb4
commit
c1e745e465
1 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@ int OpenProxmark(size_t i) {
|
|||
sp = uart_open(serial_port_name);
|
||||
if (sp == INVALID_SERIAL_PORT) {
|
||||
//poll once a second
|
||||
sleep(1);
|
||||
msleep(100);
|
||||
return 0;
|
||||
}
|
||||
return 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue