X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/4888b2819574627efea9bd7d23444d785c5a2077..d228198808f9971664d03dd8f4601447dd990d94:/include/proxmark3.h?ds=sidebyside diff --git a/include/proxmark3.h b/include/proxmark3.h index b3530c64..4fb1a30b 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 320 +#endif + //#define PACKED __attribute__((__packed__)) #define LED_A_ON() HIGH(GPIO_LED_A)