mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 18:57:12 +08:00
textual
This commit is contained in:
parent
337fccf206
commit
535559a140
1 changed files with 2 additions and 3 deletions
|
@ -99,14 +99,13 @@ int main(int argc, char **argv) {
|
||||||
PrintAndLogEx(NORMAL, "\n");
|
PrintAndLogEx(NORMAL, "\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
PrintAndLogEx(SUCCESS, _BLUE_("Resetting hardware..."));
|
|
||||||
|
|
||||||
res = flash_stop_flashing();
|
res = flash_stop_flashing();
|
||||||
if (res < 0)
|
if (res < 0)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
CloseProxmark();
|
CloseProxmark();
|
||||||
|
|
||||||
PrintAndLogEx(SUCCESS, _BLUE_("All done.") "\n\nHave a nice day!");
|
PrintAndLogEx(SUCCESS, _BLUE_("All done."));
|
||||||
|
PrintAndLogEx(SUCCESS, "\nHave a nice day!");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue