CHG: Refactored the HF MFU udump/ucdump commands into one method.

This commit is contained in:
iceman1001 2015-01-06 21:08:20 +01:00
commit 99a714185e
7 changed files with 224 additions and 693 deletions

View file

@ -20,4 +20,5 @@ int CmdHF14AReader(const char *Cmd);
int CmdHF14ASim(const char *Cmd);
int CmdHF14ASnoop(const char *Cmd);
char* getTagInfo(uint8_t uid);
#endif