mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
commits after xcode crash
This commit is contained in:
parent
20bc2b060b
commit
438cada2cf
7 changed files with 116 additions and 1 deletions
|
@ -46,6 +46,10 @@ typedef struct {
|
|||
uint32_t addresses;
|
||||
} PACKED em4x50_data_t;
|
||||
|
||||
typedef struct {
|
||||
bool field;
|
||||
} 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