From a01c5aff0e64f301f348fb81f73262644269e1de Mon Sep 17 00:00:00 2001 From: tharexde Date: Sun, 28 Jun 2020 21:37:12 +0200 Subject: [PATCH] deleted EM4x50 functions due to switch to new 'read' function for EM4x50 tag (device side) --- client/src/cmdlfem4x.h | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/cmdlfem4x.h b/client/src/cmdlfem4x.h index d727cb551..62ecafa23 100644 --- a/client/src/cmdlfem4x.h +++ b/client/src/cmdlfem4x.h @@ -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);