X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/76c7e6c36368c3fc23dc4fab1fe5852023c78fac..905c55de2bbe642412b47ed4e92344096c817fac:/include/proxmark3.h diff --git a/include/proxmark3.h b/include/proxmark3.h index b3530c64..23d7b1ce 100644 --- a/include/proxmark3.h +++ b/include/proxmark3.h @@ -61,13 +61,13 @@ #define SPI_FPGA_MODE 0 #define SPI_LCD_MODE 1 -#define FPGA_BITSTREAM_ERR 0 -#define FPGA_BITSTREAM_LF 1 -#define FPGA_BITSTREAM_HF 2 - #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)