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