]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
comment out unused includes and defines
authormarshmellow42 <marshmellowrf@gmail.com>
Fri, 8 Jan 2016 02:54:32 +0000 (21:54 -0500)
committermarshmellow42 <marshmellowrf@gmail.com>
Fri, 8 Jan 2016 02:54:32 +0000 (21:54 -0500)
prep for permanent removal.

client/cmdlft55xx.c

index 97061c56fe664c14d942074549370b9daef70390..348cb229d062501ef269c9946faea68095bdfa7a 100644 (file)
@@ -10,7 +10,7 @@
 #include <stdio.h>\r
 #include <string.h>\r
 #include <inttypes.h>\r
-#include <time.h>\r
+//#include <time.h>  //not used - marshmellow\r
 #include "proxmark3.h"\r
 #include "ui.h"\r
 #include "graph.h"\r
 #include "util.h"\r
 #include "data.h"\r
 #include "lfdemod.h"\r
-#include "../common/crc.h"\r
-#include "../common/iso14443crc.h"\r
-#include "cmdhf14a.h"\r
+//#include "../common/crc.h"  //not used - marshmellow\r
+//#include "../common/iso14443crc.h" //not used - marshmellow\r
+#include "cmdhf14a.h" //for getTagInfo\r
 \r
 #define T55x7_CONFIGURATION_BLOCK 0x00\r
 #define T55x7_PAGE0 0x00\r
 #define T55x7_PAGE1 0x01\r
-#define T55x7_PWD      0x00000010\r
+//#define T55x7_PWD    0x00000010\r
 #define REGULAR_READ_MODE_BLOCK 0xFF\r
 \r
 // Default configuration\r
Impressum, Datenschutz