]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlft55xx.c
comment out unused includes and defines
[proxmark3-svn] / 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