X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/db2b81ba11bdb125a7ee22b226729f4c70acb1ad..ab2d91f86dbe81405a9a2e8600f326ebcaa9b0f8:/include/proxmark3.h?ds=inline

diff --git a/include/proxmark3.h b/include/proxmark3.h
index 4a59636e..6fb6624f 100644
--- a/include/proxmark3.h
+++ b/include/proxmark3.h
@@ -61,9 +61,6 @@
 #define SPI_FPGA_MODE	0
 #define SPI_LCD_MODE	1
 
-#define TRUE 1
-#define FALSE 0
-
 //#define PACKED __attribute__((__packed__))
 
 #define LED_A_ON()		HIGH(GPIO_LED_A)