mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
fixes
This commit is contained in:
parent
e8015142cd
commit
195102e9ae
12 changed files with 38 additions and 33 deletions
|
@ -831,7 +831,7 @@ int HFLegicReader(const char *Cmd, bool verbose) {
|
|||
return 0;
|
||||
}
|
||||
int CmdLegicReader(const char *Cmd){
|
||||
return HFLegicReader(Cmd, TRUE);
|
||||
return HFLegicReader(Cmd, true);
|
||||
}
|
||||
|
||||
int CmdLegicDump(const char *Cmd){
|
||||
|
@ -1267,4 +1267,4 @@ int CmdHFLegic(const char *Cmd) {
|
|||
int CmdHelp(const char *Cmd) {
|
||||
CmdsHelp(CommandTable);
|
||||
return 0;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue