X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/96b516e180fdbd40a79dae4b9d54d847027d1036..a330987de11ccc43c30eb40afe6d15abf32ffcf2:/include/proxmark3.h diff --git a/include/proxmark3.h b/include/proxmark3.h index 4a59636e..4fb1a30b 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 320 +#endif + //#define PACKED __attribute__((__packed__)) #define LED_A_ON() HIGH(GPIO_LED_A)