fix #830 - 'lf em 4x50_info/read' - now print msb and lsb again.

This commit is contained in:
iceman1001
2020-07-06 05:41:44 +02:00
parent dfb6b8a69e
commit 9d204897d1
3 changed files with 156 additions and 95 deletions

View File

@@ -14,11 +14,6 @@
#include"common.h"
#include "em4x50.h"
int usage_lf_em4x50_info(void);
int usage_lf_em4x50_write(void);
int usage_lf_em4x50_write_password(void);
int usage_lf_em4x50_read(void);
int read_em4x50_uid(void);
bool detect_4x50_block(void);
int em4x50_read(em4x50_data_t *etd, em4x50_word_t *out, bool verbose);
@@ -27,5 +22,5 @@ int CmdEM4x50Info(const char *Cmd);
int CmdEM4x50Write(const char *Cmd);
int CmdEM4x50WritePassword(const char *Cmd);
int CmdEM4x50Read(const char *Cmd);
int CmdEM4x50Dump(const char *Cmd);
#endif