mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
Update iso14443a.c
This commit is contained in:
+2
-2
@@ -1489,8 +1489,8 @@ bool SimulateIso14443aInit(uint8_t tagType, uint16_t flags, uint8_t *data,
|
||||
}
|
||||
|
||||
// Apply SAK override before it is encoded into rSAKc1/2/3.
|
||||
if (flags & FLAG_SAK_IN_DATA) {
|
||||
sak = s_sak_override;
|
||||
if ( (flags & FLAG_SAK_IN_DATA) == FLAG_SAK_IN_DATA) {
|
||||
sak = sak_override;
|
||||
}
|
||||
|
||||
// if uid not supplied then get from emulator memory
|
||||
|
||||
Reference in New Issue
Block a user