Adaptation of the implementation of read function to that currently used in master branch

This commit is contained in:
tharexde
2020-10-27 19:16:54 +01:00
parent ce5181bdc9
commit 140037d9f0
4 changed files with 19 additions and 47 deletions

View File

@@ -16,7 +16,7 @@
int read_em4x50_uid(void);
bool detect_4x50_block(void);
int em4x50_read(em4x50_data_t *etd, em4x50_word_t *out, bool verbose);
int em4x50_read(em4x50_data_t *etd, em4x50_word_t *out);
int CmdEM4x50Info(const char *Cmd);
int CmdEM4x50Write(const char *Cmd);