mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
rename struct to follow code style
This commit is contained in:
parent
45ce045276
commit
cb4a0e2333
7 changed files with 23 additions and 23 deletions
|
@ -161,7 +161,7 @@ typedef struct {
|
|||
int8_t forcerats; // 0:auto 1:force executing RATS 2:force skipping RATS
|
||||
int8_t magsafe; // 0:disabled 1:enabled
|
||||
iso14a_polling_frame_t polling_loop_annotation; // Polling loop annotation
|
||||
} PACKED hf14a_config;
|
||||
} PACKED hf14a_config_t;
|
||||
|
||||
// Tracelog Header struct
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue