X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/9484ff3d6eeff3bea9ff1547f753a97e85c94f13..53edb044c0dfe82fd9d0a0e0d3444a51ebe358f4:/include/proxmark3.h diff --git a/include/proxmark3.h b/include/proxmark3.h index b3530c64..6fb6624f 100644 --- a/include/proxmark3.h +++ b/include/proxmark3.h @@ -61,13 +61,6 @@ #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 - //#define PACKED __attribute__((__packed__)) #define LED_A_ON() HIGH(GPIO_LED_A)