mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-12 04:35:28 -07:00
FIX: corrected the FLAG_NR_AR_ATTACK
This commit is contained in:
parent
b416b7d287
commit
ce211cef39
@ -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
|
||||
|
@ -222,7 +222,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…
x
Reference in New Issue
Block a user