mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
use more static and fix [-Wmissing-prototypes]
This commit is contained in:
parent
4572acc1eb
commit
5c55664fc5
23 changed files with 223 additions and 218 deletions
|
@ -71,9 +71,9 @@ main_loop(char *script_cmds_file, char *script_cmd, bool usb_present) {
|
|||
SetOffline(false);
|
||||
// cache Version information now:
|
||||
if (execCommand || script_cmds_file || stdinOnPipe)
|
||||
CmdVersion("s");
|
||||
pm3_version(false);
|
||||
else
|
||||
CmdVersion("");
|
||||
pm3_version(true);
|
||||
} else {
|
||||
SetOffline(true);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue