CHG: one step closer to finish merging @marshmellow42 's 4x05 changes.

This commit is contained in:
iceman1001 2017-02-26 21:32:51 +01:00
commit d216a5711b
3 changed files with 130 additions and 102 deletions

View file

@ -37,6 +37,8 @@ int CmdReadWord(const char *Cmd);
int CmdWriteWord(const char *Cmd);
int EM4x50Read(const char *Cmd, bool verbose);
bool EM4x05IsBlock0(uint32_t *word);
int usage_lf_em410x_sim(void);
int usage_lf_em_read(void);
int usage_lf_em_write(void);