mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-11 10:14:34 +08:00
deleted EM4x50 functions due to switch to new 'read' function for EM4x50 tag (device side)
This commit is contained in:
parent
eddaf70ef9
commit
a01c5aff0e
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@
|
|||
int CmdLFEM4X(const char *Cmd);
|
||||
|
||||
int demodEM410x(void);
|
||||
int EM4x50Read(const char *Cmd, bool verbose);
|
||||
bool EM4x05IsBlock0(uint32_t *word);
|
||||
|
||||
void printEM410x(uint32_t hi, uint64_t id);
|
||||
|
|
Loading…
Reference in a new issue