mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
aa
This commit is contained in:
parent
438cada2cf
commit
9b3bc55136
3 changed files with 178 additions and 55 deletions
|
@ -36,6 +36,7 @@
|
|||
// misc
|
||||
#define TIMEOUT 2000
|
||||
#define DUMP_FILESIZE 136
|
||||
#define EM4X50_MAX_NO_SAMPLES 1000
|
||||
|
||||
typedef struct {
|
||||
bool addr_given;
|
||||
|
@ -47,7 +48,9 @@ typedef struct {
|
|||
} PACKED em4x50_data_t;
|
||||
|
||||
typedef struct {
|
||||
bool field;
|
||||
bool check_field;
|
||||
int field;
|
||||
int cycles;
|
||||
} PACKED em4x50_test_t;
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue