mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
FIX: corrected the FLAG_NR_AR_ATTACK
This commit is contained in:
parent
b416b7d287
commit
ce211cef39
2 changed files with 2 additions and 2 deletions
|
@ -209,7 +209,7 @@ typedef struct {
|
|||
#define FLAG_7B_UID_IN_DATA 0x04
|
||||
#define FLAG_10B_UID_IN_DATA 0x08
|
||||
#define FLAG_UID_IN_EMUL 0x10
|
||||
#define FLAG_NR_AR_ATTACK 0x12
|
||||
#define FLAG_NR_AR_ATTACK 0x20
|
||||
|
||||
|
||||
//Iclass reader flags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue