mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
MFsim: RATS_IN_DATA was not a proper bit flag
This commit is contained in:
parent
bed3dcee29
commit
5b7ba3bf50
3 changed files with 3 additions and 3 deletions
|
@ -779,7 +779,7 @@ typedef struct {
|
|||
#define FLAG_FORCED_ATQA 0x800
|
||||
#define FLAG_FORCED_SAK 0x1000
|
||||
#define FLAG_CVE21_0430 0x2000
|
||||
#define RATS_IN_DATA 0x3000
|
||||
#define FLAG_RATS_IN_DATA 0x4000
|
||||
|
||||
|
||||
#define MODE_SIM_CSN 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue