mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
change comment in iso14443a.c (#459)
This commit is contained in:
parent
9d139870cb
commit
83df98d691
1 changed files with 1 additions and 1 deletions
|
@ -1820,7 +1820,7 @@ int iso14443a_select_card(byte_t *uid_ptr, iso14a_card_select_t *p_hi14a_card, u
|
|||
p_hi14a_card->sak = sak;
|
||||
}
|
||||
|
||||
// non iso14443a compliant tag
|
||||
// PICC compilant with iso14443a-4 ---> (SAK & 0x20 != 0)
|
||||
if( (sak & 0x20) == 0) return 2;
|
||||
|
||||
if (!no_rats) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue