mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
FIX: ubuntu complains about sleep...
This commit is contained in:
parent
e449e2ba88
commit
19a2c05de0
5 changed files with 7 additions and 7 deletions
|
@ -336,7 +336,7 @@ static int enter_bootloader(char *serial_port_name)
|
|||
|
||||
fprintf(stderr,"Waiting for Proxmark to reappear on %s",serial_port_name);
|
||||
do {
|
||||
sleep(1);
|
||||
msleep(1000);
|
||||
fprintf(stderr, ".");
|
||||
} while (!OpenProxmark(0));
|
||||
fprintf(stderr," Found.\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue