X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/9783989b400be4ed19cbf12defa4d6dbcdcd9fc8..57778a46308a250f4c9b1516aa8ca251d4e09cc5:/include/proxmark3.h diff --git a/include/proxmark3.h b/include/proxmark3.h index 4a59636e..23d7b1ce 100644 --- a/include/proxmark3.h +++ b/include/proxmark3.h @@ -64,6 +64,10 @@ #define TRUE 1 #define FALSE 0 +#ifndef COTAG_BITS +#define COTAG_BITS 264 +#endif + //#define PACKED __attribute__((__packed__)) #define LED_A_ON() HIGH(GPIO_LED_A)