#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