FIX: an error that I introduced to the csetblock command with wrong length of crc calcs.

CHG:  variable name in csetblock change.  just trying to be consistant.
ADD:  code clean up in hf 14a,  added some help text methods.
This commit is contained in:
iceman1001 2015-11-10 11:45:45 +01:00
commit 0956e0dba5
4 changed files with 61 additions and 61 deletions

View file

@ -13,7 +13,6 @@
#define CMDHF14A_H__
int CmdHF14A(const char *Cmd);
int CmdHF14AList(const char *Cmd);
int CmdHF14AMifare(const char *Cmd);
int CmdHF14AReader(const char *Cmd);
@ -22,4 +21,7 @@ int CmdHF14ASniff(const char *Cmd);
char* getTagInfo(uint8_t uid);
int usage_hf_14a_sim(void);
int usage_hf_14a_sniff(void);
int usage_hf_14a_raw(void);
#endif