X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/5f5b83b7435ae85f2ffa06f1f8994bda22ce64b2..e1778858ddc53a6a82e8ee24f02e6b673687f69a:/client/cmdlfcotag.h diff --git a/client/cmdlfcotag.h b/client/cmdlfcotag.h index ab808b40..dab60513 100644 --- a/client/cmdlfcotag.h +++ b/client/cmdlfcotag.h @@ -11,14 +11,18 @@ #ifndef CMDLFCOTAG_H__ #define CMDLFCOTAG_H__ +#include "proxmark3.h" // Definitions, USB controls, COTAG_BITS #include "util.h" // FALSE / TRUE -#include "proxmark3.h" // Definitions, USB controls, etc #include "cmddata.h" // getSamples #include "cmdparser.h" // CmdsParse, CmdsHelp #include "cmdmain.h" #include "ui.h" // PrintAndLog #include "cmdlf.h" // Setconfig +#ifndef COTAG_BITS +#define COTAG_BITS 264 +#endif + int CmdLFCOTAG(const char *Cmd); int CmdCOTAGRead(const char *Cmd); int CmdCOTAGDemod(const char *Cmd);