internal help fcts -> static
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user