mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
internal help fcts -> static
This commit is contained in:
parent
cc0454d5d2
commit
3d6d58aae5
63 changed files with 392 additions and 539 deletions
|
@ -51,7 +51,7 @@ int pcf7931_printConfig() {
|
|||
return 0;
|
||||
}
|
||||
|
||||
int usage_pcf7931_read() {
|
||||
static int usage_pcf7931_read() {
|
||||
PrintAndLogEx(NORMAL, "Usage: lf pcf7931 read [h] ");
|
||||
PrintAndLogEx(NORMAL, "This command tries to read a PCF7931 tag.");
|
||||
PrintAndLogEx(NORMAL, "Options:");
|
||||
|
@ -61,7 +61,7 @@ int usage_pcf7931_read() {
|
|||
return 0;
|
||||
}
|
||||
|
||||
int usage_pcf7931_write() {
|
||||
static int usage_pcf7931_write() {
|
||||
PrintAndLogEx(NORMAL, "Usage: lf pcf7931 write [h] <block address> <byte address> <data>");
|
||||
PrintAndLogEx(NORMAL, "This command tries to write a PCF7931 tag.");
|
||||
PrintAndLogEx(NORMAL, "Options:");
|
||||
|
@ -74,7 +74,7 @@ int usage_pcf7931_write() {
|
|||
return 0;
|
||||
}
|
||||
|
||||
int usage_pcf7931_config() {
|
||||
static int usage_pcf7931_config() {
|
||||
PrintAndLogEx(NORMAL, "Usage: lf pcf7931 config [h] [r] <pwd> <delay> <offset width> <offset position>");
|
||||
PrintAndLogEx(NORMAL, "This command tries to set the configuration used with PCF7931 commands");
|
||||
PrintAndLogEx(NORMAL, "The time offsets could be useful to correct slew rate generated by the antenna");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue