mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
deleted test functions, clean up
This commit is contained in:
parent
473d89342b
commit
78d1e09595
7 changed files with 9 additions and 299 deletions
|
@ -36,8 +36,6 @@
|
|||
// misc
|
||||
#define TIMEOUT 2000
|
||||
#define DUMP_FILESIZE 136
|
||||
#define EM4X50_MAX_NO_SAMPLES 1000
|
||||
#define EM4X50_MAX_TIME_SAMPLES 1000
|
||||
|
||||
#define BYTES2UINT32(x) ((x[0] << 24) | (x[1] << 16) | (x[2] << 8) | (x[3]))
|
||||
|
||||
|
@ -50,13 +48,6 @@ typedef struct {
|
|||
uint32_t addresses;
|
||||
} PACKED em4x50_data_t;
|
||||
|
||||
typedef struct {
|
||||
bool check_field;
|
||||
bool reset;
|
||||
int field;
|
||||
int cycles;
|
||||
} PACKED em4x50_test_t;
|
||||
|
||||
typedef struct {
|
||||
uint8_t byte[4];
|
||||
} PACKED em4x50_word_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue