mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-20 12:07:05 +08:00
CHG: missing declaration
This commit is contained in:
parent
a965dff52c
commit
151ad3b31f
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ int usage_lf_deviceconfig(){
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
CmdHelp(const char *Cmd);
|
int CmdHelp(const char *Cmd);
|
||||||
|
|
||||||
void printT5xxHeader(uint8_t page){
|
void printT5xxHeader(uint8_t page){
|
||||||
PrintAndLogEx(NORMAL, "Reading Page %d:", page);
|
PrintAndLogEx(NORMAL, "Reading Page %d:", page);
|
||||||
|
|
Loading…
Add table
Reference in a new issue