mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 17:49:32 +08:00
cleanup
This commit is contained in:
parent
136339898a
commit
1a173f69f9
2 changed files with 1 additions and 6 deletions
|
@ -15,7 +15,7 @@
|
||||||
#include "lfdemod.h"
|
#include "lfdemod.h"
|
||||||
#include "commonutil.h"
|
#include "commonutil.h"
|
||||||
#include "em4x50.h"
|
#include "em4x50.h"
|
||||||
#include "flashmem.h"
|
//#include "flashmem.h"
|
||||||
#include "BigBuf.h"
|
#include "BigBuf.h"
|
||||||
#include "spiffs.h"
|
#include "spiffs.h"
|
||||||
#include "appmain.h" // tear
|
#include "appmain.h" // tear
|
||||||
|
|
|
@ -34,12 +34,7 @@
|
||||||
#define LAST_WORD_WRITE_INHIBITED 3 // fourth byte
|
#define LAST_WORD_WRITE_INHIBITED 3 // fourth byte
|
||||||
|
|
||||||
// misc
|
// misc
|
||||||
#define STATUS_NO_WORDS 0xfc
|
|
||||||
#define STATUS_SUCCESS 0x2
|
|
||||||
#define STATUS_LOGIN 0x1
|
|
||||||
#define NO_CHARS_MAX 400
|
|
||||||
#define TIMEOUT 2000
|
#define TIMEOUT 2000
|
||||||
#define RESTORE_DEFAULT_FILENAME "lf-4x50restore.bin"
|
|
||||||
#define DUMP_FILESIZE 136
|
#define DUMP_FILESIZE 136
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
Loading…
Reference in a new issue