mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
REM: 'hf 15 debug' removed command, unified with mf_debuglevel instead. The idea is to have ONE debug flag on deviceside.
This commit is contained in:
parent
095b3af43b
commit
b39332e938
8 changed files with 32 additions and 65 deletions
|
@ -39,7 +39,6 @@ extern int CmdHF15Reader(const char *Cmd);
|
|||
extern int CmdHF15Sim(const char *Cmd);
|
||||
extern int CmdHF15Afi(const char *Cmd);
|
||||
extern int CmdHF15Dump(const char*Cmd);
|
||||
extern int CmdHF15Debug( const char *Cmd);
|
||||
extern int CmdHF15Raw(const char *cmd);
|
||||
extern int CmdHF15Readmulti(const char *Cmd);
|
||||
extern int CmdHF15Read(const char *Cmd);
|
||||
|
@ -57,7 +56,6 @@ extern int usage_15_sim(void);
|
|||
extern int usage_15_findafi(void);
|
||||
extern int usage_15_dump(void);
|
||||
extern int usage_15_restore(void);
|
||||
extern int usage_15_debug(void);
|
||||
extern int usage_15_raw(void);
|
||||
|
||||
extern int usage_15_read(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue