mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
i'm a retard. no idea why i did it that way! get rid of compile warnings, and print string properly. duh.
This commit is contained in:
parent
e12b82d362
commit
e654346b79
2 changed files with 2 additions and 4 deletions
|
@ -340,8 +340,7 @@ static int enter_bootloader(char *serial_port_name)
|
|||
msleep(100);
|
||||
CloseProxmark();
|
||||
|
||||
fprintf(stderr,"Waiting for Proxmark to reappear on ");
|
||||
fprintf(stderr,serial_port_name);
|
||||
fprintf(stderr,"Waiting for Proxmark to reappear on %s",serial_port_name);
|
||||
do {
|
||||
sleep(1);
|
||||
fprintf(stderr, ".");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue