mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-22 21:17:31 +08: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, ".");
|
||||
|
|
|
@ -128,8 +128,7 @@ int main(int argc, char **argv)
|
|||
|
||||
serial_port_name = argv[1];
|
||||
|
||||
fprintf(stderr,"Waiting for Proxmark to appear on ");
|
||||
fprintf(stderr,serial_port_name);
|
||||
fprintf(stderr,"Waiting for Proxmark to appear on %s",serial_port_name);
|
||||
do {
|
||||
sleep(1);
|
||||
fprintf(stderr, ".");
|
||||
|
|
Loading…
Add table
Reference in a new issue